Skip to content

Commit 6ad0ba0

Browse files
authored
Merge pull request #10710 from nextcloud/fix/iusermanager-createuser-typo
Fix typo in IUserManager::createUser doc
2 parents be3438c + 60625de commit 6ad0ba0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/public/IUserManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ public function searchDisplayName($pattern, $limit = null, $offset = null);
131131
* @param string $uid
132132
* @param string $password
133133
* @throws \InvalidArgumentException
134-
* @return bool|\OCP\IUser the created user of false
134+
* @return bool|\OCP\IUser the created user or false
135135
* @since 8.0.0
136136
*/
137137
public function createUser($uid, $password);

0 commit comments

Comments
 (0)