Update user.class.php

This commit is contained in:
Frédéric FRANCE 2019-11-14 18:44:18 +01:00 committed by GitHub
parent 1936b11db8
commit 91eb6eb7d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2886,7 +2886,7 @@ class User extends CommonObject
/** /**
* Return and array with all instanciated first level children users of current user * Return and array with all instanciated first level children users of current user
* *
* @return void * @return User[]|int
* @see getAllChildIds() * @see getAllChildIds()
*/ */
public function get_children() public function get_children()