Skip to content

Commit

Permalink
Update docs about PHP5.4 constant.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Apr 5, 2012
1 parent e5ca80b commit 8378991
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Cake/Utility/Hash.php
Expand Up @@ -727,6 +727,7 @@ public static function apply(array $data, $path, $function) {
* - `numeric` Sort by numeric value.
* - `regular` Sort by numeric value.
* - `string` Sort by numeric value.
* - `natural` Sort by natural order. Requires PHP 5.4 or greater.
*
* @param array $data An array of data to sort
* @param string $path A Set-compatible path to the array value
Expand Down

0 comments on commit 8378991

Please sign in to comment.