aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@owncloud.com>2013-09-24 14:12:44 +0200
committerArthur Schiwon <blizzz@owncloud.com>2013-09-24 14:12:44 +0200
commit63324e23472071f34746e2f6132a6246babe7e74 (patch)
treef814f399c74a4ac47db7ffc2dad934a19337ddf0
parent0a7ee7c3f7b6825815a5aae1e41725481dbbfb08 (diff)
downloadnextcloud-server-63324e23472071f34746e2f6132a6246babe7e74.tar.gz
nextcloud-server-63324e23472071f34746e2f6132a6246babe7e74.zip
Fix doc
-rw-r--r--lib/user.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/user.php b/lib/user.php
index ba6036bad96..da774ff86f0 100644
--- a/lib/user.php
+++ b/lib/user.php
@@ -410,7 +410,7 @@ class OC_User {
* @brief Check if the password is correct
* @param string $uid The username
* @param string $password The password
- * @return bool
+ * @return mixed user id a string on success, false otherwise
*
* Check if the password is correct without logging in the user
* returns the user id or false