mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Correct wording of Hash::expand()
This commit is contained in:
parent
5fbf02e1f1
commit
c08df2a7f9
1 changed files with 1 additions and 1 deletions
|
@ -553,7 +553,7 @@ class Hash {
|
|||
}
|
||||
|
||||
/**
|
||||
* 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
|
||||
|
|
Loading…
Reference in a new issue