|
8936 | 8936 | 'count' => 1, |
8937 | 8937 | 'path' => __DIR__ . '/system/View/Cell.php', |
8938 | 8938 | ]; |
8939 | | -$ignoreErrors[] = [ |
8940 | | - 'message' => '#^Method CodeIgniter\\\\View\\\\Cell\\:\\:prepareParams\\(\\) has parameter \\$params with no value type specified in iterable type array\\.$#', |
8941 | | - 'count' => 1, |
8942 | | - 'path' => __DIR__ . '/system/View/Cell.php', |
8943 | | -]; |
8944 | | -$ignoreErrors[] = [ |
8945 | | - 'message' => '#^Method CodeIgniter\\\\View\\\\Cell\\:\\:prepareParams\\(\\) return type has no value type specified in iterable type array\\.$#', |
8946 | | - 'count' => 1, |
8947 | | - 'path' => __DIR__ . '/system/View/Cell.php', |
8948 | | -]; |
8949 | | -$ignoreErrors[] = [ |
8950 | | - 'message' => '#^Method CodeIgniter\\\\View\\\\Cell\\:\\:render\\(\\) has parameter \\$params with no value type specified in iterable type array\\.$#', |
8951 | | - 'count' => 1, |
8952 | | - 'path' => __DIR__ . '/system/View/Cell.php', |
8953 | | -]; |
8954 | 8939 | $ignoreErrors[] = [ |
8955 | 8940 | 'message' => '#^Method CodeIgniter\\\\View\\\\Cell\\:\\:renderCell\\(\\) has parameter \\$params with no value type specified in iterable type array\\.$#', |
8956 | 8941 | 'count' => 1, |
|
8996 | 8981 | 'count' => 1, |
8997 | 8982 | 'path' => __DIR__ . '/system/View/Cells/Cell.php', |
8998 | 8983 | ]; |
8999 | | -$ignoreErrors[] = [ |
9000 | | - 'message' => '#^Method CodeIgniter\\\\View\\\\Filters\\:\\:default\\(\\) has parameter \\$value with no value type specified in iterable type array\\.$#', |
9001 | | - 'count' => 1, |
9002 | | - 'path' => __DIR__ . '/system/View/Filters.php', |
9003 | | -]; |
9004 | 8984 | $ignoreErrors[] = [ |
9005 | 8985 | 'message' => '#^Method CodeIgniter\\\\View\\\\Parser\\:\\:addPlugin\\(\\) has parameter \\$callback with no signature specified for callable\\.$#', |
9006 | 8986 | 'count' => 1, |
|
9021 | 9001 | 'count' => 1, |
9022 | 9002 | 'path' => __DIR__ . '/system/View/Table.php', |
9023 | 9003 | ]; |
9024 | | -$ignoreErrors[] = [ |
9025 | | - 'message' => '#^Method CodeIgniter\\\\View\\\\View\\:\\:getData\\(\\) return type has no value type specified in iterable type array\\.$#', |
9026 | | - 'count' => 1, |
9027 | | - 'path' => __DIR__ . '/system/View/View.php', |
9028 | | -]; |
9029 | | -$ignoreErrors[] = [ |
9030 | | - 'message' => '#^Method CodeIgniter\\\\View\\\\View\\:\\:getPerformanceData\\(\\) return type has no value type specified in iterable type array\\.$#', |
9031 | | - 'count' => 1, |
9032 | | - 'path' => __DIR__ . '/system/View/View.php', |
9033 | | -]; |
9034 | | -$ignoreErrors[] = [ |
9035 | | - 'message' => '#^Method CodeIgniter\\\\View\\\\View\\:\\:include\\(\\) has parameter \\$options with no value type specified in iterable type array\\.$#', |
9036 | | - 'count' => 1, |
9037 | | - 'path' => __DIR__ . '/system/View/View.php', |
9038 | | -]; |
9039 | | -$ignoreErrors[] = [ |
9040 | | - 'message' => '#^Property CodeIgniter\\\\View\\\\View\\:\\:\\$performanceData type has no value type specified in iterable type array\\.$#', |
9041 | | - 'count' => 1, |
9042 | | - 'path' => __DIR__ . '/system/View/View.php', |
9043 | | -]; |
9044 | | -$ignoreErrors[] = [ |
9045 | | - 'message' => '#^Property CodeIgniter\\\\View\\\\View\\:\\:\\$renderVars type has no value type specified in iterable type array\\.$#', |
9046 | | - 'count' => 1, |
9047 | | - 'path' => __DIR__ . '/system/View/View.php', |
9048 | | -]; |
9049 | | -$ignoreErrors[] = [ |
9050 | | - 'message' => '#^Property CodeIgniter\\\\View\\\\View\\:\\:\\$sections type has no value type specified in iterable type array\\.$#', |
9051 | | - 'count' => 1, |
9052 | | - 'path' => __DIR__ . '/system/View/View.php', |
9053 | | -]; |
9054 | 9004 | $ignoreErrors[] = [ |
9055 | 9005 | 'message' => '#^Short ternary operator is not allowed\\. Use null coalesce operator if applicable or consider using long ternary\\.$#', |
9056 | 9006 | 'count' => 2, |
|
15691 | 15641 | 'count' => 1, |
15692 | 15642 | 'path' => __DIR__ . '/tests/system/Validation/ValidationTest.php', |
15693 | 15643 | ]; |
15694 | | -$ignoreErrors[] = [ |
15695 | | - 'message' => '#^Parameter \\#1 \\$params of method CodeIgniter\\\\View\\\\Cell\\:\\:prepareParams\\(\\) expects array\\|string\\|null, float given\\.$#', |
15696 | | - 'count' => 1, |
15697 | | - 'path' => __DIR__ . '/tests/system/View/CellTest.php', |
15698 | | -]; |
15699 | 15644 | $ignoreErrors[] = [ |
15700 | 15645 | 'message' => '#^Property CodeIgniter\\\\View\\\\DecoratorsTest\\:\\:\\$loader \\(CodeIgniter\\\\Autoloader\\\\FileLocator\\) does not accept CodeIgniter\\\\Autoloader\\\\FileLocatorInterface\\.$#', |
15701 | 15646 | 'count' => 1, |
|
0 commit comments