diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2018-08-16 08:37:27 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2018-08-16 08:37:27 +0200 |
commit | 60625de9e4c9346d70dfd6b26e91a1c52df444b3 (patch) | |
tree | 9314699cf2a3c9a73d41eaabe9c250792483c77e /lib/public | |
parent | 2b5ec3755e9522d06215c6762c3458230abd4fe3 (diff) | |
download | nextcloud-server-60625de9e4c9346d70dfd6b26e91a1c52df444b3.tar.gz nextcloud-server-60625de9e4c9346d70dfd6b26e91a1c52df444b3.zip |
Fix typo in IUserManager::createUser doc
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'lib/public')
-rw-r--r-- | lib/public/IUserManager.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/IUserManager.php b/lib/public/IUserManager.php index d20b4a3fa9a..904d447c319 100644 --- a/lib/public/IUserManager.php +++ b/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); |