From d348ac83bbd0fec4b778afcb84631140dd2549ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean=20Traull=C3=A9?= Date: Sun, 26 Aug 2018 20:16:21 +0200 Subject: [PATCH] Fix Travis CI Code reported coding style issues --- htdocs/societe/class/api_thirdparties.class.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/htdocs/societe/class/api_thirdparties.class.php b/htdocs/societe/class/api_thirdparties.class.php index ba9be5dbd8c..83d9053a7fa 100644 --- a/htdocs/societe/class/api_thirdparties.class.php +++ b/htdocs/societe/class/api_thirdparties.class.php @@ -1079,7 +1079,7 @@ class Thirdparties extends DolibarrApi /** * Create CompanyBankAccount object for thirdparty * @param int $id ID of thirdparty - * @param array $request_data + * @param array $request_data Request data * * @return object ID of thirdparty * @@ -1114,7 +1114,7 @@ class Thirdparties extends DolibarrApi * * @param int $id ID of thirdparty * @param int $bankaccount_id ID of CompanyBankAccount - * @param array $request_data + * @param array $request_data Request data * * @return object ID of thirdparty * @@ -1250,7 +1250,7 @@ class Thirdparties extends DolibarrApi * Example body payload :
{"key_account": "cus_DAVkLSs1LYyYI", "site": "stripe"}
* * @param int $id ID of thirdparty - * @param array $request_data + * @param array $request_data Request data * * @return SocieteAccount * @throws 401 Unauthorized: User does not have permission to read thirdparties @@ -1310,7 +1310,7 @@ class Thirdparties extends DolibarrApi * * @param int $id ID of thirdparty * @param string $site Site key - * @param array $request_data + * @param array $request_data Request data * * @return SocieteAccount * @throws 401 Unauthorized: User does not have permission to read thirdparties @@ -1391,7 +1391,7 @@ class Thirdparties extends DolibarrApi * * @param int $id Id of thirdparty * @param string $site Site key - * @param array $request_data + * @param array $request_data Request data * * @return SocieteAccount * @throws 401 Unauthorized: User does not have permission to read thirdparties @@ -1455,7 +1455,7 @@ class Thirdparties extends DolibarrApi * * @url DELETE {id}/gateways/{site} */ - function deleteSocieteAccount($site, $id) + function deleteSocieteAccount($id, $site) { global /** @var Database $db */ $db;