Fix createUser return type in docblock to match code

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
Côme Chilliet 2022-10-24 10:20:17 +02:00
parent 0f07e43760
commit 51b295fad3
No known key found for this signature in database
GPG key ID: A3E2F658B28C760A

View file

@ -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
*/