From cd7fc5cb8063198e3232de39353e7da648450a91 Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Mon, 12 May 2014 19:31:21 +0200 Subject: [PATCH] Use array as type --- apps/user_ldap/lib/access.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/user_ldap/lib/access.php b/apps/user_ldap/lib/access.php index 757d1f268a..c721703bce 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 */