You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'message' => '#^Method CodeIgniter\\\\Router\\\\RouteCollection\\:\\:environment\\(\\) has parameter \\$callback with no signature specified for Closure\\.$#',
'message' => '#^Method CodeIgniter\\\\Router\\\\RouteCollection\\:\\:getControllerName\\(\\) has parameter \\$handler with no signature specified for Closure\\.$#',
'message' => '#^Method CodeIgniter\\\\Router\\\\RouteCollection\\:\\:group\\(\\) has parameter \\$params with no signature specified for callable\\.$#',
'message' => '#^Method CodeIgniter\\\\Router\\\\RouteCollection\\:\\:set404Override\\(\\) has parameter \\$callable with no signature specified for callable\\.$#',
'message' => '#^Method CodeIgniter\\\\Router\\\\RouteCollectionInterface\\:\\:add\\(\\) has parameter \\$to with no signature specified for Closure\\.$#',
'message' => '#^Method CodeIgniter\\\\Router\\\\RouteCollectionInterface\\:\\:get404Override\\(\\) return type has no signature specified for Closure\\.$#',
'message' => '#^Method CodeIgniter\\\\Router\\\\RouteCollectionInterface\\:\\:set404Override\\(\\) has parameter \\$callable with no signature specified for callable\\.$#',
2631
2546
'count' => 1,
@@ -2681,41 +2596,16 @@
2681
2596
'count' => 1,
2682
2597
'path' => __DIR__ . '/system/Router/Router.php',
2683
2598
];
2684
-
$ignoreErrors[] = [
2685
-
'message' => '#^Method CodeIgniter\\\\Router\\\\Router\\:\\:controllerName\\(\\) return type has no signature specified for Closure\\.$#',
2686
-
'count' => 1,
2687
-
'path' => __DIR__ . '/system/Router/Router.php',
2688
-
];
2689
2599
$ignoreErrors[] = [
2690
2600
'message' => '#^Method CodeIgniter\\\\Router\\\\Router\\:\\:get404Override\\(\\) has no return type specified\\.$#',
2691
2601
'count' => 1,
2692
2602
'path' => __DIR__ . '/system/Router/Router.php',
2693
2603
];
2694
-
$ignoreErrors[] = [
2695
-
'message' => '#^Method CodeIgniter\\\\Router\\\\Router\\:\\:handle\\(\\) return type has no signature specified for Closure\\.$#',
2696
-
'count' => 1,
2697
-
'path' => __DIR__ . '/system/Router/Router.php',
2698
-
];
2699
2604
$ignoreErrors[] = [
2700
2605
'message' => '#^Method CodeIgniter\\\\Router\\\\Router\\:\\:setMatchedRoute\\(\\) has parameter \\$handler with no signature specified for callable\\.$#',
2701
2606
'count' => 1,
2702
2607
'path' => __DIR__ . '/system/Router/Router.php',
2703
2608
];
2704
-
$ignoreErrors[] = [
2705
-
'message' => '#^Property CodeIgniter\\\\Router\\\\Router\\:\\:\\$controller type has no signature specified for Closure\\.$#',
2706
-
'count' => 1,
2707
-
'path' => __DIR__ . '/system/Router/Router.php',
2708
-
];
2709
-
$ignoreErrors[] = [
2710
-
'message' => '#^Method CodeIgniter\\\\Router\\\\RouterInterface\\:\\:controllerName\\(\\) return type has no signature specified for Closure\\.$#',
0 commit comments