|
5275 | 5275 | 'count' => 1,
|
5276 | 5276 | 'path' => __DIR__ . '/system/Filters/Filters.php',
|
5277 | 5277 | ];
|
5278 |
| -$ignoreErrors[] = [ |
5279 |
| - // identifier: missingType.iterableValue |
5280 |
| - 'message' => '#^Method CodeIgniter\\\\Filters\\\\Filters\\:\\:getFilters\\(\\) return type has no value type specified in iterable type array\\.$#', |
5281 |
| - 'count' => 1, |
5282 |
| - 'path' => __DIR__ . '/system/Filters/Filters.php', |
5283 |
| -]; |
5284 |
| -$ignoreErrors[] = [ |
5285 |
| - // identifier: missingType.iterableValue |
5286 |
| - 'message' => '#^Method CodeIgniter\\\\Filters\\\\Filters\\:\\:getFiltersClass\\(\\) return type has no value type specified in iterable type array\\.$#', |
5287 |
| - 'count' => 1, |
5288 |
| - 'path' => __DIR__ . '/system/Filters/Filters.php', |
5289 |
| -]; |
5290 | 5278 | $ignoreErrors[] = [
|
5291 | 5279 | // identifier: missingType.iterableValue
|
5292 | 5280 | 'message' => '#^Method CodeIgniter\\\\Filters\\\\Filters\\:\\:getRequiredFilters\\(\\) return type has no value type specified in iterable type array\\.$#',
|
|
5299 | 5287 | 'count' => 1,
|
5300 | 5288 | 'path' => __DIR__ . '/system/Filters/Filters.php',
|
5301 | 5289 | ];
|
5302 |
| -$ignoreErrors[] = [ |
5303 |
| - // identifier: missingType.iterableValue |
5304 |
| - 'message' => '#^Method CodeIgniter\\\\Filters\\\\Filters\\:\\:registerArguments\\(\\) has parameter \\$arguments with no value type specified in iterable type array\\.$#', |
5305 |
| - 'count' => 1, |
5306 |
| - 'path' => __DIR__ . '/system/Filters/Filters.php', |
5307 |
| -]; |
5308 |
| -$ignoreErrors[] = [ |
5309 |
| - // identifier: missingType.iterableValue |
5310 |
| - 'message' => '#^Method CodeIgniter\\\\Filters\\\\Filters\\:\\:runAfter\\(\\) has parameter \\$filterClasses with no value type specified in iterable type array\\.$#', |
5311 |
| - 'count' => 1, |
5312 |
| - 'path' => __DIR__ . '/system/Filters/Filters.php', |
5313 |
| -]; |
5314 |
| -$ignoreErrors[] = [ |
5315 |
| - // identifier: missingType.iterableValue |
5316 |
| - 'message' => '#^Method CodeIgniter\\\\Filters\\\\Filters\\:\\:runBefore\\(\\) has parameter \\$filterClasses with no value type specified in iterable type array\\.$#', |
5317 |
| - 'count' => 1, |
5318 |
| - 'path' => __DIR__ . '/system/Filters/Filters.php', |
5319 |
| -]; |
5320 | 5290 | $ignoreErrors[] = [
|
5321 | 5291 | // identifier: missingType.iterableValue
|
5322 | 5292 | 'message' => '#^Method CodeIgniter\\\\Filters\\\\Filters\\:\\:setToolbarToLast\\(\\) return type has no value type specified in iterable type array\\.$#',
|
|
5329 | 5299 | 'count' => 1,
|
5330 | 5300 | 'path' => __DIR__ . '/system/Filters/Filters.php',
|
5331 | 5301 | ];
|
5332 |
| -$ignoreErrors[] = [ |
5333 |
| - // identifier: missingType.iterableValue |
5334 |
| - 'message' => '#^Property CodeIgniter\\\\Filters\\\\Filters\\:\\:\\$filters type has no value type specified in iterable type array\\.$#', |
5335 |
| - 'count' => 1, |
5336 |
| - 'path' => __DIR__ . '/system/Filters/Filters.php', |
5337 |
| -]; |
5338 |
| -$ignoreErrors[] = [ |
5339 |
| - // identifier: missingType.iterableValue |
5340 |
| - 'message' => '#^Property CodeIgniter\\\\Filters\\\\Filters\\:\\:\\$filtersClass type has no value type specified in iterable type array\\.$#', |
5341 |
| - 'count' => 1, |
5342 |
| - 'path' => __DIR__ . '/system/Filters/Filters.php', |
5343 |
| -]; |
5344 | 5302 | $ignoreErrors[] = [
|
5345 | 5303 | // identifier: missingType.iterableValue
|
5346 | 5304 | 'message' => '#^Method CodeIgniter\\\\Filters\\\\ForceHTTPS\\:\\:after\\(\\) has parameter \\$arguments with no value type specified in iterable type array\\.$#',
|
|
13936 | 13894 | $ignoreErrors[] = [
|
13937 | 13895 | // identifier: codeigniter.superglobalAccessAssign
|
13938 | 13896 | 'message' => '#^Assigning \'GET\' directly on offset \'REQUEST_METHOD\' of \\$_SERVER is discouraged\\.$#',
|
13939 |
| - 'count' => 36, |
| 13897 | + 'count' => 38, |
13940 | 13898 | 'path' => __DIR__ . '/tests/system/Filters/FiltersTest.php',
|
13941 | 13899 | ];
|
13942 | 13900 | $ignoreErrors[] = [
|
|
0 commit comments