Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update phpdocs from autogen #840

Merged
merged 1 commit into from
Jan 29, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions lib/Balance.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
* Class Balance
*
* @property string $object
* @property array $available
* @property array $connect_reserved
* @property \Stripe\StripeObject[] $available
* @property \Stripe\StripeObject[] $connect_reserved
* @property bool $livemode
* @property array $pending
* @property \Stripe\StripeObject[] $pending
*
* @package Stripe
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/BalanceTransaction.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* @property string|null $description
* @property float|null $exchange_rate
* @property int $fee
* @property mixed $fee_details
* @property \Stripe\StripeObject[] $fee_details
* @property int $net
* @property string $reporting_category
* @property string|null $source
Expand Down
2 changes: 1 addition & 1 deletion lib/BitcoinReceiver.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
* @property \Stripe\StripeObject $metadata
* @property string|null $payment
* @property string|null $refund_address
* @property mixed $transactions
* @property \Stripe\Collection $transactions
* @property bool $uncaptured_funds
* @property bool|null $used_for_payment
*
Expand Down
3 changes: 2 additions & 1 deletion lib/Checkout/Session.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@
* @property string|null $client_reference_id
* @property string|null $customer
* @property string|null $customer_email
* @property mixed|null $display_items
* @property \Stripe\StripeObject[]|null $display_items
* @property bool $livemode
* @property string|null $locale
* @property \Stripe\StripeObject|null $metadata
* @property string|null $mode
* @property string|null $payment_intent
* @property string[] $payment_method_types
Expand Down
4 changes: 2 additions & 2 deletions lib/CountrySpec.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
* @property string $id
* @property string $object
* @property string $default_currency
* @property mixed $supported_bank_account_currencies
* @property \Stripe\StripeObject $supported_bank_account_currencies
* @property string[] $supported_payment_currencies
* @property string[] $supported_payment_methods
* @property string[] $supported_transfer_countries
* @property mixed $verification_fields
* @property \Stripe\StripeObject $verification_fields
*
* @package Stripe
*/
Expand Down
6 changes: 3 additions & 3 deletions lib/Dispute.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
* @property string $id
* @property string $object
* @property int $amount
* @property BalanceTransaction[] $balance_transactions
* @property \Stripe\BalanceTransaction[] $balance_transactions
* @property string $charge
* @property int $created
* @property string $currency
* @property mixed $evidence
* @property mixed $evidence_details
* @property \Stripe\StripeObject $evidence
* @property \Stripe\StripeObject $evidence_details
* @property bool $is_charge_refundable
* @property bool $livemode
* @property \Stripe\StripeObject $metadata
Expand Down
4 changes: 2 additions & 2 deletions lib/Event.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
* @property string $account
* @property string|null $api_version
* @property int $created
* @property mixed $data
* @property \Stripe\StripeObject $data
* @property bool $livemode
* @property int $pending_webhooks
* @property mixed|null $request
* @property \Stripe\StripeObject|null $request
* @property string $type
*
* @package Stripe
Expand Down
2 changes: 1 addition & 1 deletion lib/ExchangeRate.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*
* @property string $id
* @property string $object
* @property mixed $rates
* @property \Stripe\StripeObject $rates
*
* @package Stripe
*/
Expand Down
5 changes: 3 additions & 2 deletions lib/InvoiceItem.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,14 @@
* @property string|null $invoice
* @property bool $livemode
* @property \Stripe\StripeObject $metadata
* @property mixed $period
* @property \Stripe\StripeObject $period
* @property \Stripe\Plan|null $plan
* @property bool $proration
* @property int $quantity
* @property string|null $subscription
* @property string $subscription_item
* @property array|null $tax_rates
* @property \Stripe\TaxRate[]|null $tax_rates
* @property bool $unified_proration
* @property int|null $unit_amount
* @property string|null $unit_amount_decimal
*
Expand Down
6 changes: 3 additions & 3 deletions lib/Issuing/Card.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*
* @property string $id
* @property string $object
* @property mixed $authorization_controls
* @property \Stripe\StripeObject $authorization_controls
* @property string $brand
* @property \Stripe\Issuing\Cardholder|null $cardholder
* @property int $created
Expand All @@ -18,10 +18,10 @@
* @property bool $livemode
* @property \Stripe\StripeObject $metadata
* @property string $name
* @property mixed|null $pin
* @property \Stripe\StripeObject|null $pin
* @property string|null $replacement_for
* @property string|null $replacement_reason
* @property mixed|null $shipping
* @property \Stripe\StripeObject|null $shipping
* @property string $status
* @property string $type
*
Expand Down
6 changes: 3 additions & 3 deletions lib/Issuing/Cardholder.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
*
* @property string $id
* @property string $object
* @property mixed|null $authorization_controls
* @property mixed $billing
* @property \Stripe\StripeObject|null $authorization_controls
* @property \Stripe\StripeObject $billing
* @property \Stripe\StripeObject|null $company
* @property int $created
* @property string|null $email
Expand All @@ -18,7 +18,7 @@
* @property \Stripe\StripeObject $metadata
* @property string $name
* @property string|null $phone_number
* @property mixed $requirements
* @property \Stripe\StripeObject $requirements
* @property string $status
* @property string $type
*
Expand Down
2 changes: 1 addition & 1 deletion lib/Issuing/Dispute.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @property int $created
* @property string $currency
* @property string $disputed_transaction
* @property mixed $evidence
* @property \Stripe\StripeObject $evidence
* @property bool $livemode
* @property \Stripe\StripeObject $metadata
* @property string $reason
Expand Down
2 changes: 1 addition & 1 deletion lib/Issuing/Transaction.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* @property bool $livemode
* @property int $merchant_amount
* @property string $merchant_currency
* @property mixed $merchant_data
* @property \Stripe\StripeObject $merchant_data
* @property \Stripe\StripeObject $metadata
* @property string $type
*
Expand Down
8 changes: 4 additions & 4 deletions lib/Mandate.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
*
* @property string $id
* @property string $object
* @property mixed $customer_acceptance
* @property \Stripe\StripeObject $customer_acceptance
* @property bool $livemode
* @property mixed|null $multi_use
* @property \Stripe\StripeObject $multi_use
* @property string $payment_method
* @property mixed $payment_method_details
* @property mixed|null $single_use
* @property \Stripe\StripeObject $payment_method_details
* @property \Stripe\StripeObject $single_use
* @property string $status
* @property string $type
*
Expand Down
2 changes: 1 addition & 1 deletion lib/OrderReturn.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @property int $amount
* @property int $created
* @property string $currency
* @property OrderItem[] $items
* @property \Stripe\OrderItem[] $items
* @property bool $livemode
* @property string|null $order
* @property string|null $refund
Expand Down
4 changes: 2 additions & 2 deletions lib/Plan.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
* @property \Stripe\StripeObject $metadata
* @property string|null $nickname
* @property string|null $product
* @property mixed|null $tiers
* @property \Stripe\StripeObject[]|null $tiers
* @property string|null $tiers_mode
* @property mixed|null $transform_usage
* @property \Stripe\StripeObject|null $transform_usage
* @property int|null $trial_period_days
* @property string $usage_type
*
Expand Down
4 changes: 2 additions & 2 deletions lib/Product.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*
* @property string $id
* @property string $object
* @property bool|null $active
* @property bool $active
* @property string[]|null $attributes
* @property string|null $caption
* @property int $created
Expand All @@ -17,7 +17,7 @@
* @property bool $livemode
* @property \Stripe\StripeObject $metadata
* @property string $name
* @property mixed|null $package_dimensions
* @property \Stripe\StripeObject|null $package_dimensions
* @property bool|null $shippable
* @property string|null $statement_descriptor
* @property string $type
Expand Down
2 changes: 1 addition & 1 deletion lib/Recipient.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*
* @property string $id
* @property string $object
* @property mixed|null $active_account
* @property \Stripe\BankAccount|null $active_account
* @property \Stripe\Collection|null $cards
* @property int $created
* @property string|null $default_card
Expand Down
4 changes: 2 additions & 2 deletions lib/Reporting/ReportRun.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
* @property int $created
* @property string|null $error
* @property bool $livemode
* @property mixed $parameters
* @property \Stripe\StripeObject $parameters
* @property string $report_type
* @property mixed|null $result
* @property \Stripe\File|null $result
* @property string $status
* @property int|null $succeeded_at
*
Expand Down
4 changes: 2 additions & 2 deletions lib/Review.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
* @property string|null $closed_reason
* @property int $created
* @property string|null $ip_address
* @property mixed|null $ip_address_location
* @property \Stripe\StripeObject|null $ip_address_location
* @property bool $livemode
* @property bool $open
* @property string $opened_reason
* @property string $payment_intent
* @property string $reason
* @property mixed|null $session
* @property \Stripe\StripeObject|null $session
*
* @package Stripe
*/
Expand Down
6 changes: 3 additions & 3 deletions lib/SKU.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
* @property string $id
* @property string $object
* @property bool $active
* @property mixed $attributes
* @property \Stripe\StripeObject $attributes
* @property int $created
* @property string $currency
* @property string|null $image
* @property mixed $inventory
* @property \Stripe\StripeObject $inventory
* @property bool $livemode
* @property \Stripe\StripeObject $metadata
* @property mixed|null $package_dimensions
* @property \Stripe\StripeObject|null $package_dimensions
* @property int $price
* @property string $product
* @property int $updated
Expand Down
2 changes: 1 addition & 1 deletion lib/Sigma/ScheduledQueryRun.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* @property string $object
* @property int $created
* @property int $data_load_time
* @property mixed $error
* @property \Stripe\StripeObject $error
* @property \Stripe\File|null $file
* @property bool $livemode
* @property int $result_available_until
Expand Down
2 changes: 1 addition & 1 deletion lib/Terminal/Location.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*
* @property string $id
* @property string $object
* @property mixed $address
* @property \Stripe\StripeObject $address
* @property string $display_name
* @property bool $livemode
* @property \Stripe\StripeObject $metadata
Expand Down
2 changes: 1 addition & 1 deletion lib/ThreeDSecure.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* @property string $object
* @property int $amount
* @property bool $authenticated
* @property mixed $card
* @property \Stripe\Card $card
* @property int $created
* @property string $currency
* @property bool $livemode
Expand Down
2 changes: 1 addition & 1 deletion lib/Topup.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* @property string|null $failure_message
* @property bool $livemode
* @property \Stripe\StripeObject $metadata
* @property mixed $source
* @property \Stripe\Source $source
* @property string|null $statement_descriptor
* @property string $status
* @property string|null $transfer_group
Expand Down