get return array not int

This commit is contained in:
Frédéric FRANCE 2019-02-03 16:39:48 +01:00 committed by GitHub
parent 28c1b1ce58
commit e3a5d2b839
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)
{