|
16 | 16 | 'count' => 1, |
17 | 17 | 'path' => __DIR__ . '/system/Autoloader/Autoloader.php', |
18 | 18 | ]; |
19 | | -$ignoreErrors[] = [ |
20 | | - 'message' => '#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#', |
21 | | - 'count' => 3, |
22 | | - 'path' => __DIR__ . '/system/Autoloader/FileLocator.php', |
23 | | -]; |
24 | 19 | $ignoreErrors[] = [ |
25 | 20 | 'message' => '#^Only booleans are allowed in a ternary operator condition, int\\|string given\\.$#', |
26 | 21 | 'count' => 1, |
|
31 | 26 | 'count' => 6, |
32 | 27 | 'path' => __DIR__ . '/system/Autoloader/FileLocator.php', |
33 | 28 | ]; |
34 | | -$ignoreErrors[] = [ |
35 | | - 'message' => '#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#', |
36 | | - 'count' => 8, |
37 | | - 'path' => __DIR__ . '/system/BaseModel.php', |
38 | | -]; |
39 | 29 | $ignoreErrors[] = [ |
40 | 30 | 'message' => '#^Method CodeIgniter\\\\BaseModel\\:\\:chunk\\(\\) has parameter \\$userFunc with no signature specified for Closure\\.$#', |
41 | 31 | 'count' => 1, |
|
1721 | 1711 | 'count' => 1, |
1722 | 1712 | 'path' => __DIR__ . '/system/Debug/BaseExceptionHandler.php', |
1723 | 1713 | ]; |
1724 | | -$ignoreErrors[] = [ |
1725 | | - 'message' => '#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#', |
1726 | | - 'count' => 1, |
1727 | | - 'path' => __DIR__ . '/system/Debug/ExceptionHandler.php', |
1728 | | -]; |
1729 | | -$ignoreErrors[] = [ |
1730 | | - 'message' => '#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#', |
1731 | | - 'count' => 1, |
1732 | | - 'path' => __DIR__ . '/system/Debug/Exceptions.php', |
1733 | | -]; |
1734 | 1714 | $ignoreErrors[] = [ |
1735 | 1715 | 'message' => '#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#', |
1736 | 1716 | 'count' => 5, |
|
2546 | 2526 | 'count' => 1, |
2547 | 2527 | 'path' => __DIR__ . '/system/RESTful/BaseResource.php', |
2548 | 2528 | ]; |
2549 | | -$ignoreErrors[] = [ |
2550 | | - 'message' => '#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#', |
2551 | | - 'count' => 1, |
2552 | | - 'path' => __DIR__ . '/system/RESTful/ResourceController.php', |
2553 | | -]; |
2554 | 2529 | $ignoreErrors[] = [ |
2555 | 2530 | 'message' => '#^Only booleans are allowed in a ternary operator condition, string\\|null given\\.$#', |
2556 | 2531 | 'count' => 1, |
|
3501 | 3476 | 'count' => 1, |
3502 | 3477 | 'path' => __DIR__ . '/system/Test/Mock/MockResourceController.php', |
3503 | 3478 | ]; |
3504 | | -$ignoreErrors[] = [ |
3505 | | - 'message' => '#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#', |
3506 | | - 'count' => 1, |
3507 | | - 'path' => __DIR__ . '/system/Test/Mock/MockResourcePresenter.php', |
3508 | | -]; |
3509 | 3479 | $ignoreErrors[] = [ |
3510 | 3480 | 'message' => '#^Method CodeIgniter\\\\Test\\\\Mock\\\\MockResourcePresenter\\:\\:getFormat\\(\\) has no return type specified\\.$#', |
3511 | 3481 | 'count' => 1, |
|
0 commit comments