diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2014-05-12 19:31:21 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2014-05-12 19:31:21 +0200 |
commit | cd7fc5cb8063198e3232de39353e7da648450a91 (patch) | |
tree | ef7f9722c3bdb06b6dcedf951bd05c52d42c49a6 | |
parent | 2ae1be762ca9df3addc5ca3347454a2e20289bf8 (diff) | |
download | nextcloud-server-cd7fc5cb8063198e3232de39353e7da648450a91.tar.gz nextcloud-server-cd7fc5cb8063198e3232de39353e7da648450a91.zip |
Use array as type
-rw-r--r-- | apps/user_ldap/lib/access.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/lib/access.php b/apps/user_ldap/lib/access.php index 757d1f268a2..c721703bce5 100644 --- a/apps/user_ldap/lib/access.php +++ b/apps/user_ldap/lib/access.php @@ -423,7 +423,7 @@ class Access extends LDAPUtility { } /** - * @param $ldapObjects + * @param array $ldapObjects * @param bool $isUsers * @return array */ |