Skip to content

Commit

Permalink
Merge pull request #6328 from ravage84/patch-2
Browse files Browse the repository at this point in the history
Fix parameter type annotation
  • Loading branch information
markstory committed Apr 13, 2015
2 parents 21eb91e + b19b76b commit 7e0ff46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Utility/Hash.php
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ protected static function _matches(array $data, $selector) {
*
* @param array $data The data to insert into.
* @param string $path The path to insert at.
* @param array $values The values to insert.
* @param mixed $values The values to insert.
* @return array The data with $values inserted.
* @link http://book.cakephp.org/2.0/en/core-utility-libraries/hash.html#Hash::insert
*/
Expand Down

0 comments on commit 7e0ff46

Please sign in to comment.