mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 00:48:25 +00:00
Merge pull request #12579 from josephzidell/patch-1
Augment docblock for `Hash::combine()`
This commit is contained in:
commit
5b57a1e926
1 changed files with 2 additions and 2 deletions
|
@ -384,8 +384,8 @@ class Hash {
|
|||
* following the path specified in `$groupPath`.
|
||||
*
|
||||
* @param array $data Array from where to extract keys and values
|
||||
* @param string $keyPath A dot-separated string.
|
||||
* @param string $valuePath A dot-separated string.
|
||||
* @param array|string $keyPath A dot-separated string or array for formatting rules.
|
||||
* @param array|string $valuePath A dot-separated string or array for formatting rules.
|
||||
* @param string $groupPath A dot-separated string.
|
||||
* @return array Combined array
|
||||
* @link https://book.cakephp.org/2.0/en/core-utility-libraries/hash.html#Hash::combine
|
||||
|
|
Loading…
Add table
Reference in a new issue