Skip to content

Commit

Permalink
PHPDocs updated. Closes #12927
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverFire committed Nov 5, 2016
1 parent d0eb841 commit 940f7c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion framework/helpers/BaseArrayHelper.php
Expand Up @@ -179,7 +179,6 @@ public static function merge($a, $b)
* @param mixed $default the default value to be returned if the specified array key does not exist. Not used when
* getting value from an object.
* @return mixed the value of the element if found, default value otherwise
* @throws InvalidParamException if $array is neither an array nor an object.
*/
public static function getValue($array, $key, $default = null)
{
Expand Down

0 comments on commit 940f7c7

Please sign in to comment.