|
1341 | 1341 | 'count' => 1,
|
1342 | 1342 | 'path' => __DIR__ . '/system/Commands/Utilities/Routes/AutoRouterImproved/AutoRouteCollector.php',
|
1343 | 1343 | ];
|
1344 |
| -$ignoreErrors[] = [ |
1345 |
| - 'message' => '#^Method CodeIgniter\\\\Commands\\\\Utilities\\\\Routes\\\\AutoRouterImproved\\\\AutoRouteCollector\\:\\:__construct\\(\\) has parameter \\$protectedControllers with no value type specified in iterable type array\\.$#', |
1346 |
| - 'count' => 1, |
1347 |
| - 'path' => __DIR__ . '/system/Commands/Utilities/Routes/AutoRouterImproved/AutoRouteCollector.php', |
1348 |
| -]; |
1349 | 1344 | $ignoreErrors[] = [
|
1350 | 1345 | 'message' => '#^Method CodeIgniter\\\\Commands\\\\Utilities\\\\Routes\\\\AutoRouterImproved\\\\AutoRouteCollector\\:\\:addFilters\\(\\) has no return type specified\\.$#',
|
1351 | 1346 | 'count' => 1,
|
|
1361 | 1356 | 'count' => 1,
|
1362 | 1357 | 'path' => __DIR__ . '/system/Commands/Utilities/Routes/AutoRouterImproved/AutoRouteCollector.php',
|
1363 | 1358 | ];
|
1364 |
| -$ignoreErrors[] = [ |
1365 |
| - 'message' => '#^Property CodeIgniter\\\\Commands\\\\Utilities\\\\Routes\\\\AutoRouterImproved\\\\AutoRouteCollector\\:\\:\\$httpMethods type has no value type specified in iterable type array\\.$#', |
1366 |
| - 'count' => 1, |
1367 |
| - 'path' => __DIR__ . '/system/Commands/Utilities/Routes/AutoRouterImproved/AutoRouteCollector.php', |
1368 |
| -]; |
1369 |
| -$ignoreErrors[] = [ |
1370 |
| - 'message' => '#^Method CodeIgniter\\\\Commands\\\\Utilities\\\\Routes\\\\AutoRouterImproved\\\\ControllerMethodReader\\:\\:__construct\\(\\) has parameter \\$httpMethods with no value type specified in iterable type array\\.$#', |
1371 |
| - 'count' => 1, |
1372 |
| - 'path' => __DIR__ . '/system/Commands/Utilities/Routes/AutoRouterImproved/ControllerMethodReader.php', |
1373 |
| -]; |
1374 | 1359 | $ignoreErrors[] = [
|
1375 | 1360 | 'message' => '#^Method CodeIgniter\\\\Commands\\\\Utilities\\\\Routes\\\\AutoRouterImproved\\\\ControllerMethodReader\\:\\:getParameters\\(\\) return type has no value type specified in iterable type array\\.$#',
|
1376 | 1361 | 'count' => 1,
|
|
7561 | 7546 | 'count' => 1,
|
7562 | 7547 | 'path' => __DIR__ . '/system/RESTful/ResourceController.php',
|
7563 | 7548 | ];
|
7564 |
| -$ignoreErrors[] = [ |
7565 |
| - 'message' => '#^Method CodeIgniter\\\\Router\\\\AutoRouter\\:\\:__construct\\(\\) has parameter \\$cliRoutes with no value type specified in iterable type array\\.$#', |
7566 |
| - 'count' => 1, |
7567 |
| - 'path' => __DIR__ . '/system/Router/AutoRouter.php', |
7568 |
| -]; |
7569 | 7549 | $ignoreErrors[] = [
|
7570 | 7550 | 'message' => '#^Method CodeIgniter\\\\Router\\\\AutoRouter\\:\\:getRoute\\(\\) return type has no value type specified in iterable type array\\.$#',
|
7571 | 7551 | 'count' => 1,
|
|
11841 | 11821 | 'count' => 1,
|
11842 | 11822 | 'path' => __DIR__ . '/tests/system/CommonSingleServiceTest.php',
|
11843 | 11823 | ];
|
11844 |
| -$ignoreErrors[] = [ |
11845 |
| - 'message' => '#^Parameter \\#1 \\$expected of method PHPUnit\\\\Framework\\\\Assert\\:\\:assertInstanceOf\\(\\) expects class\\-string\\<object\\>, false given\\.$#', |
11846 |
| - 'count' => 2, |
11847 |
| - 'path' => __DIR__ . '/tests/system/CommonSingleServiceTest.php', |
11848 |
| -]; |
11849 | 11824 | $ignoreErrors[] = [
|
11850 | 11825 | 'message' => '#^Accessing offset \'BAR\' directly on \\$_SERVER is discouraged\\.$#',
|
11851 | 11826 | 'count' => 1,
|
|
0 commit comments