Skip to content

Commit

Permalink
Update CustomerService.php (#1446)
Browse files Browse the repository at this point in the history
fix the return type hint

Co-authored-by: pakrym-stripe <[email protected]>
  • Loading branch information
highstrike and pakrym-stripe authored Mar 4, 2023
1 parent 0783c59 commit 74581ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Service/CustomerService.php
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ public function retrieveCashBalanceTransaction($parentId, $id, $params = null, $
*
* @throws \Stripe\Exception\ApiErrorException if the request fails
*
* @return \Stripe\Customer
* @return \Stripe\PaymentMethod
*/
public function retrievePaymentMethod($parentId, $id, $params = null, $opts = null)
{
Expand Down

0 comments on commit 74581ac

Please sign in to comment.