From: Jan Schneider Date: Mon, 13 Sep 2010 12:38:40 +0000 (+0200) Subject: There is no scalar type hinting yet. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=8aacc3a312126f0aeeced47dcaf1b11da081c4e7;p=horde.git There is no scalar type hinting yet. --- 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));