mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-08 04:22:40 +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()`
|
* For example, unflattens an array that was collapsed with `Hash::flatten()`
|
||||||
* into a multi-dimensional array. So, `array('0.Foo.Bar' => 'Far')` becomes
|
* into a multi-dimensional array. So, `array('0.Foo.Bar' => 'Far')` becomes
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue