From c877401b5bc90dd0fb9ce4ccd839067a43bd0aab Mon Sep 17 00:00:00 2001 From: jwjenkin <1143721+jwjenkin@users.noreply.github.com> Date: Tue, 14 Nov 2023 12:15:32 -0700 Subject: [PATCH] Update PaymentMethod.php Update the docstring to return `void`, since that is what the `deletePaymentMethod` function actually returns --- src/PaymentMethod.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PaymentMethod.php b/src/PaymentMethod.php index bc03d919..9c1a5367 100644 --- a/src/PaymentMethod.php +++ b/src/PaymentMethod.php @@ -51,7 +51,7 @@ public function __construct($owner, StripePaymentMethod $paymentMethod) /** * Delete the payment method. * - * @return \Stripe\PaymentMethod + * @return void */ public function delete() {