Merge pull request #10489 from frederic34/patch-18

$this->get($id) return array not int
This commit is contained in:
Laurent Destailleur 2019-02-03 19:03:42 +01:00 committed by GitHub
commit aa821634ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -197,7 +197,9 @@ class Users extends DolibarrApi
*
* @param int $id Id of account to update
* @param array $request_data Datas
* @return int
* @return array
*
* @throws RestException
*/
function put($id, $request_data = null)
{