From b75ff6699783702dc69c3236d0e54dc6661b31d2 Mon Sep 17 00:00:00 2001 From: Richard Marmorstein Date: Mon, 3 Feb 2020 11:14:40 -0500 Subject: [PATCH] Docstrings: StripeObject -> ErrorObject where appropriate --- lib/PaymentIntent.php | 2 +- lib/SetupIntent.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/PaymentIntent.php b/lib/PaymentIntent.php index cd7f7f7dd..e6b6d0eb1 100644 --- a/lib/PaymentIntent.php +++ b/lib/PaymentIntent.php @@ -23,7 +23,7 @@ * @property string|null $customer * @property string|null $description * @property string|null $invoice - * @property \Stripe\StripeObject|null $last_payment_error + * @property \Stripe\ErrorObject|null $last_payment_error * @property bool $livemode * @property \Stripe\StripeObject $metadata * @property \Stripe\StripeObject|null $next_action diff --git a/lib/SetupIntent.php b/lib/SetupIntent.php index d167be7c9..95d74cea3 100644 --- a/lib/SetupIntent.php +++ b/lib/SetupIntent.php @@ -13,7 +13,7 @@ * @property int $created * @property string|null $customer * @property string|null $description - * @property \Stripe\StripeObject|null $last_setup_error + * @property \Stripe\ErrorObject|null $last_setup_error * @property bool $livemode * @property string|null $mandate * @property \Stripe\StripeObject $metadata