From be318f54b3638bcbd338e49da74e4ac342dbe574 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Thu, 18 Nov 2010 15:35:30 +0100 Subject: [PATCH] This should not be typehinted, fix phpdoc to correctly explain the parameters. --- framework/Util/lib/Horde/Array.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. */ -- 2.11.0