Fix PHPCS

This commit is contained in:
Laurent Destailleur 2017-01-26 23:36:58 +01:00
parent 72fd21b183
commit ca79d0c274

View File

@ -2605,7 +2605,7 @@ class User extends CommonObject
/** /**
* Return list of all child users id in herarchy of current user (all sublevels). * Return list of all child users id in herarchy of current user (all sublevels).
* *
* @return int $addcurrentuser 1=Add also current user id to the list. * @param int $addcurrentuser 1=Add also current user id to the list.
* @return array Array of user id lower than user. This overwrite this->users. * @return array Array of user id lower than user. This overwrite this->users.
* @see get_children * @see get_children
*/ */