From 8aacc3a312126f0aeeced47dcaf1b11da081c4e7 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Mon, 13 Sep 2010 14:38:40 +0200 Subject: [PATCH] There is no scalar type hinting yet. --- framework/Group/lib/Horde/Group/Ldap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/Group/lib/Horde/Group/Ldap.php b/framework/Group/lib/Horde/Group/Ldap.php index 4711c1edd..bfc9d3a77 100644 --- a/framework/Group/lib/Horde/Group/Ldap.php +++ b/framework/Group/lib/Horde/Group/Ldap.php @@ -174,7 +174,7 @@ class Horde_Group_Ldap extends Horde_Group * @return Horde_Group_LdapObject A new group object. * @throws Horde_Exception */ - public function newGroup(string $name, $parent = null) + public function newGroup($name, $parent = null) { try { $entry = Horde::callHook('groupldap', array($name, $parent)); -- 2.11.0