mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 02:56:15 +00:00
Merge branch 'master' into master-phpcs-error-fix
This commit is contained in:
commit
328125ad43
1 changed files with 1 additions and 1 deletions
|
@ -324,7 +324,7 @@ class Hash {
|
||||||
* @param string $groupPath A dot-separated string.
|
* @param string $groupPath A dot-separated string.
|
||||||
* @return array Combined array
|
* @return array Combined array
|
||||||
* @link http://book.cakephp.org/2.0/en/core-utility-libraries/hash.html#Hash::combine
|
* @link http://book.cakephp.org/2.0/en/core-utility-libraries/hash.html#Hash::combine
|
||||||
* @throws CakeException
|
* @throws CakeException CakeException When keys and values count is unequal.
|
||||||
*/
|
*/
|
||||||
public static function combine(array $data, $keyPath, $valuePath = null, $groupPath = null) {
|
public static function combine(array $data, $keyPath, $valuePath = null, $groupPath = null) {
|
||||||
if (empty($data)) {
|
if (empty($data)) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue