Skip to content

Commit

Permalink
Remove 'or null' docblock note
Browse files Browse the repository at this point in the history
  • Loading branch information
bcrowe committed May 26, 2014
1 parent 47bebf4 commit e8656db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Utility/Hash.php
Expand Up @@ -33,7 +33,7 @@ class Hash {
*
* @param array $data Array of data to operate on.
* @param string|array $path The path being searched for. Either a dot
* separated string, or an array of path segments, or null.
* separated string, or an array of path segments.
* @param mixed $default The return value when the path does not exist
* @return mixed The value fetched from the array, or null.
* @link http://book.cakephp.org/2.0/en/core-utility-libraries/hash.html#Hash::get
Expand Down

0 comments on commit e8656db

Please sign in to comment.