Browse Source

Fix typo in IUserManager::createUser doc

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
tags/v14.0.0RC1
Christoph Wurst 5 years ago
parent
commit
60625de9e4
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      lib/public/IUserManager.php

+ 1
- 1
lib/public/IUserManager.php 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);

Loading…
Cancel
Save