summaryrefslogtreecommitdiffstats
path: root/lib/public/user.php
diff options
context:
space:
mode:
authorJörn Friedrich Dreyer <jfd@butonic.de>2014-02-06 16:30:58 +0100
committerJörn Friedrich Dreyer <jfd@butonic.de>2014-02-06 17:02:21 +0100
commit2a6a9a8cefcf68f48d95e124db0c1b7edc9fe356 (patch)
tree66d682a22c3d12d1838822fc52cdd48fa765f5df /lib/public/user.php
parent0d94da7e9ef9550c8ae0244b203ca84e5ee007b0 (diff)
downloadnextcloud-server-2a6a9a8cefcf68f48d95e124db0c1b7edc9fe356.tar.gz
nextcloud-server-2a6a9a8cefcf68f48d95e124db0c1b7edc9fe356.zip
polish documentation based on scrutinizer patches
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
*/