diff --git a/src/Utility/Hash.php b/src/Utility/Hash.php index 3c54c3320ff..8c012b016af 100644 --- a/src/Utility/Hash.php +++ b/src/Utility/Hash.php @@ -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