Skip to content

Commit

Permalink
update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyn committed Dec 4, 2024
1 parent b7c26aa commit 0ebcdfc
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions lib/Model/PaymentBillingDetails.php
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ public function getName()
/**
* Sets name
*
* @param string|null $name The customers billing full name.
* @param string|null $name The customer's billing full name.
*
* @return self
*/
Expand All @@ -271,7 +271,7 @@ public function getEmail()
/**
* Sets email
*
* @param string|null $email The customers billing email address.
* @param string|null $email The customer's billing email address.
*
* @return self
*/
Expand All @@ -295,7 +295,7 @@ public function getPhone()
/**
* Sets phone
*
* @param string|null $phone The customers billing phone number.
* @param string|null $phone The customer's billing phone number in E.164 format.
*
* @return self
*/
Expand Down
6 changes: 3 additions & 3 deletions lib/Model/PaymentCustomer.php
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ public function getEmail()
/**
* Sets email
*
* @param string|null $email The customers email address.
* @param string|null $email The customer's email address.
*
* @return self
*/
Expand All @@ -252,7 +252,7 @@ public function getName()
/**
* Sets name
*
* @param string|null $name The customers full name or business name.
* @param string|null $name The customer's full name or business name.
*
* @return self
*/
Expand All @@ -276,7 +276,7 @@ public function getPhone()
/**
* Sets phone
*
* @param string|null $phone The customers phone number.
* @param string|null $phone The customer's phone number in E.164 format.
*
* @return self
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/Model/PaymentPaymentMethodBizum.php
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ public function getPhoneNumber()
/**
* Sets phone_number
*
* @param string|null $phone_number The phone number used to pay with `bizum`.
* @param string|null $phone_number Phone number in E.164 format used to pay with `bizum`.
*
* @return self
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/Model/PaymentPaymentMethodBizumInput.php
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ public function getPhoneNumber()
/**
* Sets phone_number
*
* @param string|null $phone_number The phone number used to pay with `bizum`.
* @param string|null $phone_number Phone number in E.164 format used to pay with `bizum`.
*
* @return self
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/Model/PaymentPaymentMethodMbway.php
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ public function getPhoneNumber()
/**
* Sets phone_number
*
* @param string|null $phone_number The phone number used to pay with `mbway`.
* @param string|null $phone_number Phone number in E.164 format used to pay with `mbway`.
*
* @return self
*/
Expand Down
6 changes: 3 additions & 3 deletions lib/Model/PaymentShippingDetails.php
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ public function getName()
/**
* Sets name
*
* @param string|null $name The shipping customers full name.
* @param string|null $name The shipping customer's full name.
*
* @return self
*/
Expand All @@ -271,7 +271,7 @@ public function getEmail()
/**
* Sets email
*
* @param string|null $email The shipping customers email address.
* @param string|null $email The shipping customer's email address.
*
* @return self
*/
Expand All @@ -295,7 +295,7 @@ public function getPhone()
/**
* Sets phone
*
* @param string|null $phone The shipping customers phone number.
* @param string|null $phone The shipping customer's phone number in E.164 format.
*
* @return self
*/
Expand Down

0 comments on commit 0ebcdfc

Please sign in to comment.