This commit is contained in:
Frédéric FRANCE 2020-11-10 21:57:49 +01:00 committed by GitHub
parent 00e3627dd2
commit 2f7b445c9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,7 +52,7 @@ class Subscriptions extends DolibarrApi
* Return an array with subscription informations
*
* @param int $id ID of subscription
* @return array|mixed data without useless information
* @return Object data without useless information
*
* @throws RestException
*/
@ -168,7 +168,7 @@ class Subscriptions extends DolibarrApi
*
* @param int $id ID of subscription to update
* @param array $request_data Datas
* @return int
* @return Object
*/
public function put($id, $request_data = null)
{