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
  • Loading branch information
richardm-stripe authored Feb 3, 2020
2 parents 11a7a9e + b75ff66 commit a9375b2
Show file tree
Hide file tree
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
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/SetupIntent.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a9375b2

Please sign in to comment.