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, 5 insertions, 1 deletions
diff --git a/lib/public/user.php b/lib/public/user.php
index acc0e3b737b..3f98a636a01 100644
--- a/lib/public/user.php
+++ b/lib/public/user.php
@@ -48,6 +48,8 @@ class User {
* @param string search pattern
* @param int limit
* @param int offset
+ * @param integer $limit
+ * @param integer $offset
* @return array with all uids
*/
public static function getUsers( $search = '', $limit = null, $offset = null ) {
@@ -103,7 +105,9 @@ class User {
* Check if the password is correct
* @param string The username
* @param string The password
- * @return mixed username on success, false otherwise
+ * @param string $uid
+ * @param string $password
+ * @return string|false username on success, false otherwise
*
* Check if the password is correct without logging in the user
*/