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() {