summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/user_ldap.php
diff options
context:
space:
mode:
authorScrutinizer Auto-Fixer <auto-fixer@scrutinizer-ci.com>2016-01-15 12:54:26 +0000
committerScrutinizer Auto-Fixer <auto-fixer@scrutinizer-ci.com>2016-01-15 12:54:26 +0000
commit83a8e756143bf5e1727b497f89d8d18888df2fbd (patch)
tree65dcda933a79668a9f24334419de3da09f974854 /apps/user_ldap/user_ldap.php
parent6a7be4d277a82ab8da297fbeae1e82a61338b649 (diff)
downloadnextcloud-server-83a8e756143bf5e1727b497f89d8d18888df2fbd.tar.gz
nextcloud-server-83a8e756143bf5e1727b497f89d8d18888df2fbd.zip
Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
Diffstat (limited to 'apps/user_ldap/user_ldap.php')
-rw-r--r--apps/user_ldap/user_ldap.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/user_ldap/user_ldap.php b/apps/user_ldap/user_ldap.php
index 8ebb5ab30e8..87c857a844a 100644
--- a/apps/user_ldap/user_ldap.php
+++ b/apps/user_ldap/user_ldap.php
@@ -152,8 +152,8 @@ class USER_LDAP extends BackendUtility implements \OCP\IUserBackend, \OCP\UserIn
* Get a list of all users
*
* @param string $search
- * @param null|int $limit
- * @param null|int $offset
+ * @param integer $limit
+ * @param integer $offset
* @return string[] an array of all uids
*/
public function getUsers($search = '', $limit = 10, $offset = 0) {