mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-07 16:41:48 +01:00
fix(qodana) fix function comment wrong return
This commit is contained in:
@@ -593,7 +593,7 @@ class Users extends DolibarrApi
|
||||
*
|
||||
* @param int $group ID of group
|
||||
* @param int $load_members Load members list or not {@min 0} {@max 1}
|
||||
* @return array Array of User objects
|
||||
* @return object object of User objects
|
||||
*
|
||||
* @throws RestException 401 Not allowed
|
||||
* @throws RestException 404 User not found
|
||||
|
||||
Reference in New Issue
Block a user