Skip to content

Commit

Permalink
Update MandateEndpoint.php
Browse files Browse the repository at this point in the history
Correctly specify parameter types
  • Loading branch information
RichardJong authored Jul 8, 2024
1 parent a825578 commit 8119f11
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 8119f11

Please sign in to comment.