projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03c1e52
)
This should not be typehinted, fix phpdoc to correctly explain the parameters.
author
Jan Schneider
<jan@horde.org>
Thu, 18 Nov 2010 14:35:30 +0000
(15:35 +0100)
committer
Jan Schneider
<jan@horde.org>
Thu, 18 Nov 2010 15:19:18 +0000
(16:19 +0100)
framework/Util/lib/Horde/Array.php
patch
|
blob
|
history
diff --git
a/framework/Util/lib/Horde/Array.php
b/framework/Util/lib/Horde/Array.php
index
896c141
..
ba1fa46
100644
(file)
--- 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
S
et to the base element.
- * @param array &$keys
S
et to the list of keys.
+ * @param string &$base
Will be s
et to the base element.
+ * @param array &$keys
Will be s
et to the list of keys.
*
* @return boolean True on sucess, false on error.
*/