|
1421 | 1421 | 'count' => 1,
|
1422 | 1422 | 'path' => __DIR__ . '/system/Commands/Utilities/Routes/AutoRouterImproved/AutoRouteCollector.php',
|
1423 | 1423 | ];
|
1424 |
| -$ignoreErrors[] = [ |
1425 |
| - 'message' => '#^Method CodeIgniter\\\\Commands\\\\Utilities\\\\Routes\\\\AutoRouterImproved\\\\AutoRouteCollector\\:\\:__construct\\(\\) has parameter \\$protectedControllers with no value type specified in iterable type array\\.$#', |
1426 |
| - 'count' => 1, |
1427 |
| - 'path' => __DIR__ . '/system/Commands/Utilities/Routes/AutoRouterImproved/AutoRouteCollector.php', |
1428 |
| -]; |
1429 | 1424 | $ignoreErrors[] = [
|
1430 | 1425 | 'message' => '#^Method CodeIgniter\\\\Commands\\\\Utilities\\\\Routes\\\\AutoRouterImproved\\\\AutoRouteCollector\\:\\:addFilters\\(\\) has no return type specified\\.$#',
|
1431 | 1426 | 'count' => 1,
|
|
1441 | 1436 | 'count' => 1,
|
1442 | 1437 | 'path' => __DIR__ . '/system/Commands/Utilities/Routes/AutoRouterImproved/AutoRouteCollector.php',
|
1443 | 1438 | ];
|
1444 |
| -$ignoreErrors[] = [ |
1445 |
| - 'message' => '#^Property CodeIgniter\\\\Commands\\\\Utilities\\\\Routes\\\\AutoRouterImproved\\\\AutoRouteCollector\\:\\:\\$httpMethods type has no value type specified in iterable type array\\.$#', |
1446 |
| - 'count' => 1, |
1447 |
| - 'path' => __DIR__ . '/system/Commands/Utilities/Routes/AutoRouterImproved/AutoRouteCollector.php', |
1448 |
| -]; |
1449 |
| -$ignoreErrors[] = [ |
1450 |
| - 'message' => '#^Method CodeIgniter\\\\Commands\\\\Utilities\\\\Routes\\\\AutoRouterImproved\\\\ControllerMethodReader\\:\\:__construct\\(\\) has parameter \\$httpMethods with no value type specified in iterable type array\\.$#', |
1451 |
| - 'count' => 1, |
1452 |
| - 'path' => __DIR__ . '/system/Commands/Utilities/Routes/AutoRouterImproved/ControllerMethodReader.php', |
1453 |
| -]; |
1454 | 1439 | $ignoreErrors[] = [
|
1455 | 1440 | 'message' => '#^Method CodeIgniter\\\\Commands\\\\Utilities\\\\Routes\\\\AutoRouterImproved\\\\ControllerMethodReader\\:\\:getParameters\\(\\) return type has no value type specified in iterable type array\\.$#',
|
1456 | 1441 | 'count' => 1,
|
|
7766 | 7751 | 'count' => 1,
|
7767 | 7752 | 'path' => __DIR__ . '/system/RESTful/ResourceController.php',
|
7768 | 7753 | ];
|
7769 |
| -$ignoreErrors[] = [ |
7770 |
| - 'message' => '#^Method CodeIgniter\\\\Router\\\\AutoRouter\\:\\:__construct\\(\\) has parameter \\$cliRoutes with no value type specified in iterable type array\\.$#', |
7771 |
| - 'count' => 1, |
7772 |
| - 'path' => __DIR__ . '/system/Router/AutoRouter.php', |
7773 |
| -]; |
7774 | 7754 | $ignoreErrors[] = [
|
7775 | 7755 | 'message' => '#^Method CodeIgniter\\\\Router\\\\AutoRouter\\:\\:getRoute\\(\\) return type has no value type specified in iterable type array\\.$#',
|
7776 | 7756 | 'count' => 1,
|
|
12146 | 12126 | 'count' => 1,
|
12147 | 12127 | 'path' => __DIR__ . '/tests/system/CommonSingleServiceTest.php',
|
12148 | 12128 | ];
|
12149 |
| -$ignoreErrors[] = [ |
12150 |
| - 'message' => '#^Parameter \\#1 \\$expected of method PHPUnit\\\\Framework\\\\Assert\\:\\:assertInstanceOf\\(\\) expects class\\-string\\<object\\>, false given\\.$#', |
12151 |
| - 'count' => 2, |
12152 |
| - 'path' => __DIR__ . '/tests/system/CommonSingleServiceTest.php', |
12153 |
| -]; |
12154 | 12129 | $ignoreErrors[] = [
|
12155 | 12130 | 'message' => '#^Accessing offset \'BAR\' directly on \\$_SERVER is discouraged\\.$#',
|
12156 | 12131 | 'count' => 1,
|
|
0 commit comments