Merge pull request #15350 from frederic34/patch-10

doxygen
This commit is contained in:
Laurent Destailleur 2020-11-11 01:13:47 +01:00 committed by GitHub
commit 845f24cc20
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)
{