Fix typo in IUserManager::createUser doc

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
pull/10710/head
Christoph Wurst 6 years ago
parent 2b5ec3755e
commit 60625de9e4
No known key found for this signature in database
GPG Key ID: CC42AC2A7F0E56D8
  1. 2
      lib/public/IUserManager.php

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