From: Jan Schneider Date: Thu, 18 Nov 2010 14:35:30 +0000 (+0100) Subject: This should not be typehinted, fix phpdoc to correctly explain the parameters. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=be318f54b3638bcbd338e49da74e4ac342dbe574;p=horde.git This should not be typehinted, fix phpdoc to correctly explain the parameters. --- diff --git a/framework/Util/lib/Horde/Array.php b/framework/Util/lib/Horde/Array.php index 896c141e1..ba1fa469c 100644 --- a/framework/Util/lib/Horde/Array.php +++ b/framework/Util/lib/Horde/Array.php @@ -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. */