mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
Fix createUser return type in docblock to match code
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
parent
0f07e43760
commit
51b295fad3
1 changed files with 1 additions and 1 deletions
|
|
@ -374,7 +374,7 @@ class Manager extends PublicEmitter implements IUserManager {
|
|||
/**
|
||||
* @param string $uid
|
||||
* @param string $password
|
||||
* @return false|IUser the created user or false
|
||||
* @return false|IUser|null the created user or false
|
||||
* @throws \InvalidArgumentException
|
||||
* @throws HintException
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue