Skip to content

Commit

Permalink
Merge pull request #855 from stripe/richardm-stripeobject-to-errorobject
Browse files Browse the repository at this point in the history
Docstrings: StripeObject -> ErrorObject where appropriate
richardm-stripe authored Feb 3, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 11a7a9e + b75ff66 commit a9375b2
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/PaymentIntent.php
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion lib/SetupIntent.php
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit a9375b2

Please sign in to comment.