diff --git a/lib/Account.php b/lib/Account.php index c8d4a8aeb..86bcec528 100644 --- a/lib/Account.php +++ b/lib/Account.php @@ -140,7 +140,7 @@ public function deauthorize($clientId = null, $opts = null) } /** - * @param array|null $id The ID of the account on which to create the external account. + * @param string|null $id The ID of the account on which to create the external account. * @param array|null $params * @param array|string|null $opts * @@ -152,7 +152,7 @@ public static function createExternalAccount($id, $params = null, $opts = null) } /** - * @param array|null $id The ID of the account to which the external account belongs. + * @param string|null $id The ID of the account to which the external account belongs. * @param array|null $externalAccountId The ID of the external account to retrieve. * @param array|null $params * @param array|string|null $opts @@ -165,7 +165,7 @@ public static function retrieveExternalAccount($id, $externalAccountId, $params } /** - * @param array|null $id The ID of the account to which the external account belongs. + * @param string|null $id The ID of the account to which the external account belongs. * @param array|null $externalAccountId The ID of the external account to update. * @param array|null $params * @param array|string|null $opts @@ -178,7 +178,7 @@ public static function updateExternalAccount($id, $externalAccountId, $params = } /** - * @param array|null $id The ID of the account to which the external account belongs. + * @param string|null $id The ID of the account to which the external account belongs. * @param array|null $externalAccountId The ID of the external account to delete. * @param array|null $params * @param array|string|null $opts @@ -191,7 +191,7 @@ public static function deleteExternalAccount($id, $externalAccountId, $params = } /** - * @param array|null $id The ID of the account on which to retrieve the external accounts. + * @param string|null $id The ID of the account on which to retrieve the external accounts. * @param array|null $params * @param array|string|null $opts * @@ -203,7 +203,7 @@ public static function allExternalAccounts($id, $params = null, $opts = null) } /** - * @param array|null $id The ID of the account on which to create the login link. + * @param string|null $id The ID of the account on which to create the login link. * @param array|null $params * @param array|string|null $opts * @@ -215,7 +215,7 @@ public static function createLoginLink($id, $params = null, $opts = null) } /** - * @param array|null $id The ID of the account on which to create the person. + * @param string|null $id The ID of the account on which to create the person. * @param array|null $params * @param array|string|null $opts * @@ -227,7 +227,7 @@ public static function createPerson($id, $params = null, $opts = null) } /** - * @param array|null $id The ID of the account to which the person belongs. + * @param string|null $id The ID of the account to which the person belongs. * @param array|null $personId The ID of the person to retrieve. * @param array|null $params * @param array|string|null $opts @@ -240,7 +240,7 @@ public static function retrievePerson($id, $personId, $params = null, $opts = nu } /** - * @param array|null $id The ID of the account to which the person belongs. + * @param string|null $id The ID of the account to which the person belongs. * @param array|null $personId The ID of the person to update. * @param array|null $params * @param array|string|null $opts @@ -253,7 +253,7 @@ public static function updatePerson($id, $personId, $params = null, $opts = null } /** - * @param array|null $id The ID of the account to which the person belongs. + * @param string|null $id The ID of the account to which the person belongs. * @param array|null $personId The ID of the person to delete. * @param array|null $params * @param array|string|null $opts @@ -266,7 +266,7 @@ public static function deletePerson($id, $personId, $params = null, $opts = null } /** - * @param array|null $id The ID of the account on which to retrieve the persons. + * @param string|null $id The ID of the account on which to retrieve the persons. * @param array|null $params * @param array|string|null $opts * diff --git a/lib/ApplicationFee.php b/lib/ApplicationFee.php index 0ec423eaa..49d2393de 100644 --- a/lib/ApplicationFee.php +++ b/lib/ApplicationFee.php @@ -47,7 +47,7 @@ public function refund($params = null, $opts = null) } /** - * @param array|null $id The ID of the application fee on which to create the refund. + * @param string|null $id The ID of the application fee on which to create the refund. * @param array|null $params * @param array|string|null $opts * @@ -59,7 +59,7 @@ public static function createRefund($id, $params = null, $opts = null) } /** - * @param array|null $id The ID of the application fee to which the refund belongs. + * @param string|null $id The ID of the application fee to which the refund belongs. * @param array|null $refundId The ID of the refund to retrieve. * @param array|null $params * @param array|string|null $opts @@ -72,7 +72,7 @@ public static function retrieveRefund($id, $refundId, $params = null, $opts = nu } /** - * @param array|null $id The ID of the application fee to which the refund belongs. + * @param string|null $id The ID of the application fee to which the refund belongs. * @param array|null $refundId The ID of the refund to update. * @param array|null $params * @param array|string|null $opts @@ -85,7 +85,7 @@ public static function updateRefund($id, $refundId, $params = null, $opts = null } /** - * @param array|null $id The ID of the application fee on which to retrieve the refunds. + * @param string|null $id The ID of the application fee on which to retrieve the refunds. * @param array|null $params * @param array|string|null $opts * diff --git a/lib/Customer.php b/lib/Customer.php index 19b53b906..5985a645e 100644 --- a/lib/Customer.php +++ b/lib/Customer.php @@ -141,7 +141,7 @@ public function deleteDiscount() } /** - * @param array|null $id The ID of the customer on which to create the source. + * @param string|null $id The ID of the customer on which to create the source. * @param array|null $params * @param array|string|null $opts * @@ -153,7 +153,7 @@ public static function createSource($id, $params = null, $opts = null) } /** - * @param array|null $id The ID of the customer to which the source belongs. + * @param string|null $id The ID of the customer to which the source belongs. * @param array|null $sourceId The ID of the source to retrieve. * @param array|null $params * @param array|string|null $opts @@ -166,7 +166,7 @@ public static function retrieveSource($id, $sourceId, $params = null, $opts = nu } /** - * @param array|null $id The ID of the customer to which the source belongs. + * @param string|null $id The ID of the customer to which the source belongs. * @param array|null $sourceId The ID of the source to update. * @param array|null $params * @param array|string|null $opts @@ -179,7 +179,7 @@ public static function updateSource($id, $sourceId, $params = null, $opts = null } /** - * @param array|null $id The ID of the customer to which the source belongs. + * @param string|null $id The ID of the customer to which the source belongs. * @param array|null $sourceId The ID of the source to delete. * @param array|null $params * @param array|string|null $opts diff --git a/lib/Transfer.php b/lib/Transfer.php index fb84c874a..5a173fad2 100644 --- a/lib/Transfer.php +++ b/lib/Transfer.php @@ -61,7 +61,7 @@ public function cancel() } /** - * @param array|null $id The ID of the transfer on which to create the reversal. + * @param string|null $id The ID of the transfer on which to create the reversal. * @param array|null $params * @param array|string|null $opts * @@ -73,7 +73,7 @@ public static function createReversal($id, $params = null, $opts = null) } /** - * @param array|null $id The ID of the transfer to which the reversal belongs. + * @param string|null $id The ID of the transfer to which the reversal belongs. * @param array|null $reversalId The ID of the reversal to retrieve. * @param array|null $params * @param array|string|null $opts @@ -86,7 +86,7 @@ public static function retrieveReversal($id, $reversalId, $params = null, $opts } /** - * @param array|null $id The ID of the transfer to which the reversal belongs. + * @param string|null $id The ID of the transfer to which the reversal belongs. * @param array|null $reversalId The ID of the reversal to update. * @param array|null $params * @param array|string|null $opts @@ -99,7 +99,7 @@ public static function updateReversal($id, $reversalId, $params = null, $opts = } /** - * @param array|null $id The ID of the transfer on which to retrieve the reversals. + * @param string|null $id The ID of the transfer on which to retrieve the reversals. * @param array|null $params * @param array|string|null $opts *