There is no scalar type hinting yet.
authorJan Schneider <jan@horde.org>
Mon, 13 Sep 2010 12:38:40 +0000 (14:38 +0200)
committerJan Schneider <jan@horde.org>
Mon, 13 Sep 2010 13:35:10 +0000 (15:35 +0200)
framework/Group/lib/Horde/Group/Ldap.php

index 4711c1e..bfc9d3a 100644 (file)
@@ -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));