|
16 | 16 | 'count' => 1, |
17 | 17 | 'path' => __DIR__ . '/app/Config/Kint.php', |
18 | 18 | ]; |
| 19 | +$ignoreErrors[] = [ |
| 20 | + 'message' => '#^Property Config\\\\Routing\\:\\:\\$override404 has no type specified\\.$#', |
| 21 | + 'count' => 1, |
| 22 | + 'path' => __DIR__ . '/app/Config/Routing.php', |
| 23 | +]; |
19 | 24 | $ignoreErrors[] = [ |
20 | 25 | 'message' => '#^Method App\\\\Controllers\\\\BaseController\\:\\:initController\\(\\) has no return type specified\\.$#', |
21 | 26 | 'count' => 1, |
|
531 | 536 | 'count' => 1, |
532 | 537 | 'path' => __DIR__ . '/system/Config/Publisher.php', |
533 | 538 | ]; |
| 539 | +$ignoreErrors[] = [ |
| 540 | + 'message' => '#^Property CodeIgniter\\\\Config\\\\Routing\\:\\:\\$override404 has no type specified\\.$#', |
| 541 | + 'count' => 1, |
| 542 | + 'path' => __DIR__ . '/system/Config/Routing.php', |
| 543 | +]; |
534 | 544 | $ignoreErrors[] = [ |
535 | 545 | 'message' => '#^Property CodeIgniter\\\\Config\\\\View\\:\\:\\$filters has no type specified\\.$#', |
536 | 546 | 'count' => 1, |
|
911 | 921 | 'count' => 1, |
912 | 922 | 'path' => __DIR__ . '/system/Database/Seeder.php', |
913 | 923 | ]; |
| 924 | +$ignoreErrors[] = [ |
| 925 | + 'message' => '#^Method CodeIgniter\\\\Debug\\\\BaseExceptionHandler\\:\\:maskSensitiveData\\(\\) has no return type specified\\.$#', |
| 926 | + 'count' => 1, |
| 927 | + 'path' => __DIR__ . '/system/Debug/BaseExceptionHandler.php', |
| 928 | +]; |
914 | 929 | $ignoreErrors[] = [ |
915 | 930 | 'message' => '#^Method CodeIgniter\\\\Debug\\\\Exceptions\\:\\:exceptionHandler\\(\\) has no return type specified\\.$#', |
916 | 931 | 'count' => 1, |
|
1151 | 1166 | 'count' => 1, |
1152 | 1167 | 'path' => __DIR__ . '/system/Exceptions/FrameworkException.php', |
1153 | 1168 | ]; |
| 1169 | +$ignoreErrors[] = [ |
| 1170 | + 'message' => '#^Method CodeIgniter\\\\Exceptions\\\\FrameworkException\\:\\:forInvalidDirectory\\(\\) has no return type specified\\.$#', |
| 1171 | + 'count' => 1, |
| 1172 | + 'path' => __DIR__ . '/system/Exceptions/FrameworkException.php', |
| 1173 | +]; |
1154 | 1174 | $ignoreErrors[] = [ |
1155 | 1175 | 'message' => '#^Method CodeIgniter\\\\Exceptions\\\\FrameworkException\\:\\:forInvalidFile\\(\\) has no return type specified\\.$#', |
1156 | 1176 | 'count' => 1, |
|
1406 | 1426 | 'count' => 1, |
1407 | 1427 | 'path' => __DIR__ . '/system/HTTP/Response.php', |
1408 | 1428 | ]; |
| 1429 | +$ignoreErrors[] = [ |
| 1430 | + 'message' => '#^Method CodeIgniter\\\\HTTP\\\\SiteURI\\:\\:applyParts\\(\\) has no return type specified\\.$#', |
| 1431 | + 'count' => 1, |
| 1432 | + 'path' => __DIR__ . '/system/HTTP/SiteURI.php', |
| 1433 | +]; |
1409 | 1434 | $ignoreErrors[] = [ |
1410 | 1435 | 'message' => '#^Method CodeIgniter\\\\HTTP\\\\URI\\:\\:applyParts\\(\\) has no return type specified\\.$#', |
1411 | 1436 | 'count' => 1, |
|
1511 | 1536 | 'count' => 1, |
1512 | 1537 | 'path' => __DIR__ . '/system/Honeypot/Honeypot.php', |
1513 | 1538 | ]; |
| 1539 | +$ignoreErrors[] = [ |
| 1540 | + 'message' => '#^Method CodeIgniter\\\\HotReloader\\\\HotReloader\\:\\:run\\(\\) has no return type specified\\.$#', |
| 1541 | + 'count' => 1, |
| 1542 | + 'path' => __DIR__ . '/system/HotReloader/HotReloader.php', |
| 1543 | +]; |
1514 | 1544 | $ignoreErrors[] = [ |
1515 | 1545 | 'message' => '#^Method CodeIgniter\\\\I18n\\\\Time\\:\\:setTestNow\\(\\) has no return type specified\\.$#', |
1516 | 1546 | 'count' => 1, |
|
1731 | 1761 | 'count' => 1, |
1732 | 1762 | 'path' => __DIR__ . '/system/Router/AutoRouter.php', |
1733 | 1763 | ]; |
| 1764 | +$ignoreErrors[] = [ |
| 1765 | + 'message' => '#^Method CodeIgniter\\\\Router\\\\AutoRouterImproved\\:\\:createSegments\\(\\) has no return type specified\\.$#', |
| 1766 | + 'count' => 1, |
| 1767 | + 'path' => __DIR__ . '/system/Router/AutoRouterImproved.php', |
| 1768 | +]; |
1734 | 1769 | $ignoreErrors[] = [ |
1735 | 1770 | 'message' => '#^Method CodeIgniter\\\\Router\\\\RouteCollection\\:\\:add\\(\\) has parameter \\$to with no signature specified for Closure\\.$#', |
1736 | 1771 | 'count' => 1, |
|
0 commit comments