Skip to content

Commit

Permalink
Merge pull request #10710 from nextcloud/fix/iusermanager-createuser-…
Browse files Browse the repository at this point in the history
…typo

Fix typo in IUserManager::createUser doc
  • Loading branch information
MorrisJobke authored Aug 21, 2018
2 parents be3438c + 60625de commit 6ad0ba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/public/IUserManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ public function searchDisplayName($pattern, $limit = null, $offset = null);
* @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);
Expand Down

0 comments on commit 6ad0ba0

Please sign in to comment.