diff options
Diffstat (limited to 'lib/private/user/http.php')
-rw-r--r-- | lib/private/user/http.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/user/http.php b/lib/private/user/http.php index a0394521012..806378a7c2c 100644 --- a/lib/private/user/http.php +++ b/lib/private/user/http.php @@ -57,7 +57,7 @@ class OC_User_HTTP extends OC_User_Backend { * @brief Check if the password is correct * @param $uid The username * @param $password The password - * @returns string + * @return string * * Check if the password is correct without logging in the user * returns the user id or false |