mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-02 09:32:43 +00:00
Merge branch 'master' into 2.4
Conflicts: lib/Cake/Network/CakeResponse.php lib/Cake/TestSuite/CakeTestCase.php
This commit is contained in:
commit
0f2d59d987
41 changed files with 133 additions and 83 deletions
|
@ -183,7 +183,7 @@ class Router {
|
|||
* @throws RouterException
|
||||
*/
|
||||
public static function defaultRouteClass($routeClass = null) {
|
||||
if (is_null($routeClass)) {
|
||||
if ($routeClass === null) {
|
||||
return self::$_routeClass;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue