Merge pull request #10710 from nextcloud/fix/iusermanager-createuser-typo
Fix typo in IUserManager::createUser doc
This commit is contained in:
commit
6ad0ba0448
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ interface IUserManager {
|
||||||
* @param string $uid
|
* @param string $uid
|
||||||
* @param string $password
|
* @param string $password
|
||||||
* @throws \InvalidArgumentException
|
* @throws \InvalidArgumentException
|
||||||
* @return bool|\OCP\IUser the created user of false
|
* @return bool|\OCP\IUser the created user or false
|
||||||
* @since 8.0.0
|
* @since 8.0.0
|
||||||
*/
|
*/
|
||||||
public function createUser($uid, $password);
|
public function createUser($uid, $password);
|
||||||
|
|
Loading…
Reference in a new issue