|
1416 | 1416 | 'count' => 1,
|
1417 | 1417 | 'path' => __DIR__ . '/system/Commands/Utilities/Routes/AutoRouterImproved/AutoRouteCollector.php',
|
1418 | 1418 | ];
|
1419 |
| -$ignoreErrors[] = [ |
1420 |
| - 'message' => '#^Method CodeIgniter\\\\Commands\\\\Utilities\\\\Routes\\\\AutoRouterImproved\\\\AutoRouteCollector\\:\\:__construct\\(\\) has parameter \\$protectedControllers with no value type specified in iterable type array\\.$#', |
1421 |
| - 'count' => 1, |
1422 |
| - 'path' => __DIR__ . '/system/Commands/Utilities/Routes/AutoRouterImproved/AutoRouteCollector.php', |
1423 |
| -]; |
1424 | 1419 | $ignoreErrors[] = [
|
1425 | 1420 | 'message' => '#^Method CodeIgniter\\\\Commands\\\\Utilities\\\\Routes\\\\AutoRouterImproved\\\\AutoRouteCollector\\:\\:addFilters\\(\\) has no return type specified\\.$#',
|
1426 | 1421 | 'count' => 1,
|
|
1436 | 1431 | 'count' => 1,
|
1437 | 1432 | 'path' => __DIR__ . '/system/Commands/Utilities/Routes/AutoRouterImproved/AutoRouteCollector.php',
|
1438 | 1433 | ];
|
1439 |
| -$ignoreErrors[] = [ |
1440 |
| - 'message' => '#^Property CodeIgniter\\\\Commands\\\\Utilities\\\\Routes\\\\AutoRouterImproved\\\\AutoRouteCollector\\:\\:\\$httpMethods type has no value type specified in iterable type array\\.$#', |
1441 |
| - 'count' => 1, |
1442 |
| - 'path' => __DIR__ . '/system/Commands/Utilities/Routes/AutoRouterImproved/AutoRouteCollector.php', |
1443 |
| -]; |
1444 |
| -$ignoreErrors[] = [ |
1445 |
| - 'message' => '#^Method CodeIgniter\\\\Commands\\\\Utilities\\\\Routes\\\\AutoRouterImproved\\\\ControllerMethodReader\\:\\:__construct\\(\\) has parameter \\$httpMethods with no value type specified in iterable type array\\.$#', |
1446 |
| - 'count' => 1, |
1447 |
| - 'path' => __DIR__ . '/system/Commands/Utilities/Routes/AutoRouterImproved/ControllerMethodReader.php', |
1448 |
| -]; |
1449 | 1434 | $ignoreErrors[] = [
|
1450 | 1435 | 'message' => '#^Method CodeIgniter\\\\Commands\\\\Utilities\\\\Routes\\\\AutoRouterImproved\\\\ControllerMethodReader\\:\\:getParameters\\(\\) return type has no value type specified in iterable type array\\.$#',
|
1451 | 1436 | 'count' => 1,
|
|
7761 | 7746 | 'count' => 1,
|
7762 | 7747 | 'path' => __DIR__ . '/system/RESTful/ResourceController.php',
|
7763 | 7748 | ];
|
7764 |
| -$ignoreErrors[] = [ |
7765 |
| - 'message' => '#^Method CodeIgniter\\\\Router\\\\AutoRouter\\:\\:__construct\\(\\) has parameter \\$cliRoutes with no value type specified in iterable type array\\.$#', |
7766 |
| - 'count' => 1, |
7767 |
| - 'path' => __DIR__ . '/system/Router/AutoRouter.php', |
7768 |
| -]; |
7769 | 7749 | $ignoreErrors[] = [
|
7770 | 7750 | 'message' => '#^Method CodeIgniter\\\\Router\\\\AutoRouter\\:\\:getRoute\\(\\) return type has no value type specified in iterable type array\\.$#',
|
7771 | 7751 | 'count' => 1,
|
|
12131 | 12111 | 'count' => 1,
|
12132 | 12112 | 'path' => __DIR__ . '/tests/system/CommonSingleServiceTest.php',
|
12133 | 12113 | ];
|
12134 |
| -$ignoreErrors[] = [ |
12135 |
| - 'message' => '#^Parameter \\#1 \\$expected of method PHPUnit\\\\Framework\\\\Assert\\:\\:assertInstanceOf\\(\\) expects class\\-string\\<object\\>, false given\\.$#', |
12136 |
| - 'count' => 2, |
12137 |
| - 'path' => __DIR__ . '/tests/system/CommonSingleServiceTest.php', |
12138 |
| -]; |
12139 | 12114 | $ignoreErrors[] = [
|
12140 | 12115 | 'message' => '#^Accessing offset \'BAR\' directly on \\$_SERVER is discouraged\\.$#',
|
12141 | 12116 | 'count' => 1,
|
|
0 commit comments