Skip to content

Commit

Permalink
Merge pull request #733 from RichardJong/patch-1
Browse files Browse the repository at this point in the history
Improve parameter typing
  • Loading branch information
sandervanhooft authored Jul 10, 2024
2 parents a825578 + 8119f11 commit 588b4b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Endpoints/MandateEndpoint.php
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ public function iteratorFor(Customer $customer, ?string $from = null, ?int $limi

/**
* @param string $customerId
* @param null $from
* @param null $limit
* @param string|null $from
* @param int|null $limit
* @param array $parameters
*
* @return \Mollie\Api\Resources\MandateCollection
Expand Down

0 comments on commit 588b4b3

Please sign in to comment.