Skip to content

Commit

Permalink
Merge pull request #38 from Potelo/jprodrigues70-patch-1
Browse files Browse the repository at this point in the history
Documentation adjustments
  • Loading branch information
marivaldojr authored Aug 4, 2021
2 parents fa323a7 + 2623de8 commit 2b46a0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/GuPaymentTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ trait GuPaymentTrait
/**
* Make a "one off" charge on the customer for the given amount.
*
* @param int $amount
* @param integer|null $amount
* @param array $options
* @return \Iugu_Charge
*
Expand Down Expand Up @@ -485,7 +485,7 @@ public function downloadInvoice($id, array $data, $storagePath = null)
/**
* Get the Iugu customer for the user.
*
* @return \IuguCustomer
* @return \Iugu_Customer
*
* @throws \InvalidArgumentException
*/
Expand Down

0 comments on commit 2b46a0d

Please sign in to comment.