summaryrefslogtreecommitdiffstats
path: root/lib/public/user.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public/user.php')
-rw-r--r--lib/public/user.php6
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/public/user.php b/lib/public/user.php
index ee8db3a100a..7bac938b838 100644
--- a/lib/public/user.php
+++ b/lib/public/user.php
@@ -101,10 +101,8 @@ class User {
/**
* Check if the password is correct
- * @param string The username
- * @param string The password
- * @param string $uid
- * @param string $password
+ * @param string $uid The username
+ * @param string $password The password
* @return string|false username on success, false otherwise
*
* Check if the password is correct without logging in the user