From 8a482aad6a41f1565be284d57770e7aad77f9535 Mon Sep 17 00:00:00 2001 From: Olivier Bellone Date: Fri, 3 Apr 2020 18:03:02 -0700 Subject: [PATCH] Regenerate services (#913) --- lib/Service/AccountService.php | 16 ++++++++-------- lib/Service/ApplicationFeeService.php | 4 ++-- lib/Service/CustomerService.php | 16 ++++++++-------- lib/Service/Issuing/CardService.php | 2 +- lib/Service/SourceService.php | 2 +- lib/Service/TransferService.php | 4 ++-- 6 files changed, 22 insertions(+), 22 deletions(-) diff --git a/lib/Service/AccountService.php b/lib/Service/AccountService.php index 510bdd2f6..cd4ef0afa 100644 --- a/lib/Service/AccountService.php +++ b/lib/Service/AccountService.php @@ -175,9 +175,9 @@ public function delete($id, $params = null, $opts = null) * Delete a specified external account for a given account. * * @param string $parentId + * @param string $id * @param null|array $params * @param null|array|\Stripe\Util\RequestOptions $opts - * @param mixed $id * * @throws \Stripe\Exception\ApiErrorException if the request fails * @@ -196,9 +196,9 @@ public function deleteExternalAccount($parentId, $id, $params = null, $opts = nu * executive on file. * * @param string $parentId + * @param string $id * @param null|array $params * @param null|array|\Stripe\Util\RequestOptions $opts - * @param mixed $id * * @throws \Stripe\Exception\ApiErrorException if the request fails * @@ -232,9 +232,9 @@ public function reject($id, $params = null, $opts = null) * Retrieves information about the specified Account Capability. * * @param string $parentId + * @param string $id * @param null|array $params * @param null|array|\Stripe\Util\RequestOptions $opts - * @param mixed $id * * @throws \Stripe\Exception\ApiErrorException if the request fails * @@ -249,9 +249,9 @@ public function retrieveCapability($parentId, $id, $params = null, $opts = null) * Retrieve a specified external account for a given account. * * @param string $parentId + * @param string $id * @param null|array $params * @param null|array|\Stripe\Util\RequestOptions $opts - * @param mixed $id * * @throws \Stripe\Exception\ApiErrorException if the request fails * @@ -266,9 +266,9 @@ public function retrieveExternalAccount($parentId, $id, $params = null, $opts = * Retrieves an existing person. * * @param string $parentId + * @param string $id * @param null|array $params * @param null|array|\Stripe\Util\RequestOptions $opts - * @param mixed $id * * @throws \Stripe\Exception\ApiErrorException if the request fails * @@ -308,9 +308,9 @@ public function update($id, $params = null, $opts = null) * Updates an existing Account Capability. * * @param string $parentId + * @param string $id * @param null|array $params * @param null|array|\Stripe\Util\RequestOptions $opts - * @param mixed $id * * @throws \Stripe\Exception\ApiErrorException if the request fails * @@ -330,9 +330,9 @@ public function updateCapability($parentId, $id, $params = null, $opts = null) * changes. * * @param string $parentId + * @param string $id * @param null|array $params * @param null|array|\Stripe\Util\RequestOptions $opts - * @param mixed $id * * @throws \Stripe\Exception\ApiErrorException if the request fails * @@ -347,9 +347,9 @@ public function updateExternalAccount($parentId, $id, $params = null, $opts = nu * Updates an existing person. * * @param string $parentId + * @param string $id * @param null|array $params * @param null|array|\Stripe\Util\RequestOptions $opts - * @param mixed $id * * @throws \Stripe\Exception\ApiErrorException if the request fails * diff --git a/lib/Service/ApplicationFeeService.php b/lib/Service/ApplicationFeeService.php index b01268e69..67cb75bc4 100644 --- a/lib/Service/ApplicationFeeService.php +++ b/lib/Service/ApplicationFeeService.php @@ -88,9 +88,9 @@ public function retrieve($id, $params = null, $opts = null) * refund stored on the application fee. * * @param string $parentId + * @param string $id * @param null|array $params * @param null|array|\Stripe\Util\RequestOptions $opts - * @param mixed $id * * @throws \Stripe\Exception\ApiErrorException if the request fails * @@ -108,9 +108,9 @@ public function retrieveRefund($parentId, $id, $params = null, $opts = null) * This request only accepts metadata as an argument. * * @param string $parentId + * @param string $id * @param null|array $params * @param null|array|\Stripe\Util\RequestOptions $opts - * @param mixed $id * * @throws \Stripe\Exception\ApiErrorException if the request fails * diff --git a/lib/Service/CustomerService.php b/lib/Service/CustomerService.php index e6609e509..64aaa3ca6 100644 --- a/lib/Service/CustomerService.php +++ b/lib/Service/CustomerService.php @@ -174,9 +174,9 @@ public function deleteDiscount($id, $params = null, $opts = null) /** * @param string $parentId + * @param string $id * @param null|array $params * @param null|array|\Stripe\Util\RequestOptions $opts - * @param mixed $id * * @throws \Stripe\Exception\ApiErrorException if the request fails * @@ -191,9 +191,9 @@ public function deleteSource($parentId, $id, $params = null, $opts = null) * Deletes an existing TaxID object. * * @param string $parentId + * @param string $id * @param null|array $params * @param null|array|\Stripe\Util\RequestOptions $opts - * @param mixed $id * * @throws \Stripe\Exception\ApiErrorException if the request fails * @@ -226,9 +226,9 @@ public function retrieve($id, $params = null, $opts = null) * href="/docs/api/customers/object#customer_object-balance">balance. * * @param string $parentId + * @param string $id * @param null|array $params * @param null|array|\Stripe\Util\RequestOptions $opts - * @param mixed $id * * @throws \Stripe\Exception\ApiErrorException if the request fails * @@ -243,9 +243,9 @@ public function retrieveBalanceTransaction($parentId, $id, $params = null, $opts * Retrieve a specified source for a given customer. * * @param string $parentId + * @param string $id * @param null|array $params * @param null|array|\Stripe\Util\RequestOptions $opts - * @param mixed $id * * @throws \Stripe\Exception\ApiErrorException if the request fails * @@ -260,9 +260,9 @@ public function retrieveSource($parentId, $id, $params = null, $opts = null) * Retrieves the TaxID object with the given identifier. * * @param string $parentId + * @param string $id * @param null|array $params * @param null|array|\Stripe\Util\RequestOptions $opts - * @param mixed $id * * @throws \Stripe\Exception\ApiErrorException if the request fails * @@ -306,9 +306,9 @@ public function update($id, $params = null, $opts = null) * description and metadata. * * @param string $parentId + * @param string $id * @param null|array $params * @param null|array|\Stripe\Util\RequestOptions $opts - * @param mixed $id * * @throws \Stripe\Exception\ApiErrorException if the request fails * @@ -321,9 +321,9 @@ public function updateBalanceTransaction($parentId, $id, $params = null, $opts = /** * @param string $parentId + * @param string $id * @param null|array $params * @param null|array|\Stripe\Util\RequestOptions $opts - * @param mixed $id * * @throws \Stripe\Exception\ApiErrorException if the request fails * @@ -336,9 +336,9 @@ public function updateSource($parentId, $id, $params = null, $opts = null) /** * @param string $parentId + * @param string $id * @param null|array $params * @param null|array|\Stripe\Util\RequestOptions $opts - * @param mixed $id * * @throws \Stripe\Exception\ApiErrorException if the request fails * diff --git a/lib/Service/Issuing/CardService.php b/lib/Service/Issuing/CardService.php index 67c34682f..34a1154bc 100644 --- a/lib/Service/Issuing/CardService.php +++ b/lib/Service/Issuing/CardService.php @@ -38,7 +38,7 @@ public function create($params = null, $opts = null) /** * For virtual cards only. Retrieves an Issuing card_details object - * that contains the + * that contains the * sensitive details of a virtual card. * * @param string $id diff --git a/lib/Service/SourceService.php b/lib/Service/SourceService.php index 059e54290..1eff25c79 100644 --- a/lib/Service/SourceService.php +++ b/lib/Service/SourceService.php @@ -37,9 +37,9 @@ public function create($params = null, $opts = null) * Delete a specified source for a given customer. * * @param string $parentId + * @param string $id * @param null|array $params * @param null|array|\Stripe\Util\RequestOptions $opts - * @param mixed $id * * @throws \Stripe\Exception\ApiErrorException if the request fails * diff --git a/lib/Service/TransferService.php b/lib/Service/TransferService.php index ee9b2f03f..830823ca9 100644 --- a/lib/Service/TransferService.php +++ b/lib/Service/TransferService.php @@ -119,9 +119,9 @@ public function retrieve($id, $params = null, $opts = null) * stored on the transfer. * * @param string $parentId + * @param string $id * @param null|array $params * @param null|array|\Stripe\Util\RequestOptions $opts - * @param mixed $id * * @throws \Stripe\Exception\ApiErrorException if the request fails * @@ -158,9 +158,9 @@ public function update($id, $params = null, $opts = null) * This request only accepts metadata and description as arguments. * * @param string $parentId + * @param string $id * @param null|array $params * @param null|array|\Stripe\Util\RequestOptions $opts - * @param mixed $id * * @throws \Stripe\Exception\ApiErrorException if the request fails *