Merge pull request #10710 from nextcloud/fix/iusermanager-createuser-typo

Fix typo in IUserManager::createUser doc
This commit is contained in:
Morris Jobke 2018-08-21 08:13:54 +02:00 committed by GitHub
commit 6ad0ba0448
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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);