This should not be typehinted, fix phpdoc to correctly explain the parameters.
authorJan Schneider <jan@horde.org>
Thu, 18 Nov 2010 14:35:30 +0000 (15:35 +0100)
committerJan Schneider <jan@horde.org>
Thu, 18 Nov 2010 15:19:18 +0000 (16:19 +0100)
framework/Util/lib/Horde/Array.php

index 896c141..ba1fa46 100644 (file)
@@ -115,8 +115,8 @@ class Horde_Array
      * the keys so that they could be used to reference a regular PHP array.
      *
      * @param string $field  The field name to be examined.
-     * @param string &$base  Set to the base element.
-     * @param array &$keys   Set to the list of keys.
+     * @param string &$base  Will be set to the base element.
+     * @param array &$keys   Will be set to the list of keys.
      *
      * @return boolean  True on sucess, false on error.
      */