diff --git a/lib/Cake/Utility/Hash.php b/lib/Cake/Utility/Hash.php index b29eb8641e2..0c607aa03bb 100644 --- a/lib/Cake/Utility/Hash.php +++ b/lib/Cake/Utility/Hash.php @@ -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