Skip to content

Commit

Permalink
Correct wording of Hash::expand()
Browse files Browse the repository at this point in the history
  • Loading branch information
euromark committed Oct 19, 2013
1 parent 5fbf02e commit c08df2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Utility/Hash.php
Expand Up @@ -553,7 +553,7 @@ public static function flatten(array $data, $separator = '.') {
}

/**
* Expand/unflattens an string to an array
* Expands a flat array to a nested array.
*
* For example, unflattens an array that was collapsed with `Hash::flatten()`
* into a multi-dimensional array. So, `array('0.Foo.Bar' => 'Far')` becomes
Expand Down

0 comments on commit c08df2a

Please sign in to comment.