Skip to content

Commit

Permalink
return type fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sandervanhooft committed Oct 30, 2024
1 parent 45e57bf commit fc0eaf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/Customer.php
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ public function getSubscription($subscriptionId, array $parameters = [])
/**
* @param string $subscriptionId
*
* @return null
* @return \Mollie\Api\Resources\Subscription
* @throws ApiException
*/
public function cancelSubscription($subscriptionId)
Expand Down

0 comments on commit fc0eaf7

Please sign in to comment.