mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-06 03:22:39 +00:00
Merge branch 'master' into 2.4
Conflicts: lib/Cake/Test/Case/Network/CakeRequestTest.php
This commit is contained in:
commit
c597855fe4
59 changed files with 484 additions and 421 deletions
|
@ -308,7 +308,7 @@ class Inflector {
|
|||
} else {
|
||||
self::$_transliteration = $rules + self::$_transliteration;
|
||||
}
|
||||
break;
|
||||
break;
|
||||
|
||||
default:
|
||||
foreach ($rules as $rule => $pattern) {
|
||||
|
@ -334,7 +334,6 @@ class Inflector {
|
|||
}
|
||||
}
|
||||
self::${$var}['rules'] = $rules + self::${$var}['rules'];
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue