Fix typo in IUserManager::createUser doc
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
parent
2b5ec3755e
commit
60625de9e4
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ interface IUserManager {
|
|||
* @param string $uid
|
||||
* @param string $password
|
||||
* @throws \InvalidArgumentException
|
||||
* @return bool|\OCP\IUser the created user of false
|
||||
* @return bool|\OCP\IUser the created user or false
|
||||
* @since 8.0.0
|
||||
*/
|
||||
public function createUser($uid, $password);
|
||||
|
|
Loading…
Reference in a new issue