Skip to content

Commit

Permalink
Remove duplicates
Browse files Browse the repository at this point in the history
  • Loading branch information
ob-stripe committed Feb 6, 2020
1 parent d6a49a2 commit 6e78928
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 @@ -35,7 +35,7 @@
* @property string|\Stripe\Review|null $review
* @property string|null $setup_future_usage
* @property \Stripe\StripeObject|null $shipping
* @property string|\Stripe\StripeObject|\Stripe\StripeObject|null $source
* @property string|\Stripe\StripeObject|null $source
* @property string|null $statement_descriptor
* @property string|null $statement_descriptor_suffix
* @property string $status
Expand Down
2 changes: 1 addition & 1 deletion lib/Payout.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* @property int $created
* @property string $currency
* @property string|null $description
* @property string|\Stripe\StripeObject|\Stripe\StripeObject|null $destination
* @property string|\Stripe\StripeObject|null $destination
* @property string|\Stripe\BalanceTransaction|null $failure_balance_transaction
* @property string|null $failure_code
* @property string|null $failure_message
Expand Down

0 comments on commit 6e78928

Please sign in to comment.