|
1 | 1 | <?php declare(strict_types = 1); |
2 | 2 |
|
3 | 3 | $ignoreErrors = []; |
| 4 | +$ignoreErrors[] = [ |
| 5 | + 'message' => '#^PHPDoc type array of property Config\\\\View\\:\\:\\$filters is not covariant with PHPDoc type array\\<string, callable\\-string\\> of overridden property CodeIgniter\\\\Config\\\\View\\:\\:\\$filters\\.$#', |
| 6 | + 'count' => 1, |
| 7 | + 'path' => __DIR__ . '/app/Config/View.php', |
| 8 | +]; |
| 9 | +$ignoreErrors[] = [ |
| 10 | + 'message' => '#^PHPDoc type array of property Config\\\\View\\:\\:\\$plugins is not covariant with PHPDoc type array\\<string, callable\\-string\\> of overridden property CodeIgniter\\\\Config\\\\View\\:\\:\\$plugins\\.$#', |
| 11 | + 'count' => 1, |
| 12 | + 'path' => __DIR__ . '/app/Config/View.php', |
| 13 | +]; |
4 | 14 | $ignoreErrors[] = [ |
5 | 15 | 'message' => '#^Parameter \\#1 \\$callback of function spl_autoload_register expects \\(callable\\(string\\)\\: void\\)\\|null, array\\{\\$this\\(CodeIgniter\\\\Autoloader\\\\Autoloader\\), \'loadClass\'\\} given\\.$#', |
6 | 16 | 'count' => 1, |
|
316 | 326 | 'count' => 1, |
317 | 327 | 'path' => __DIR__ . '/system/ComposerScripts.php', |
318 | 328 | ]; |
| 329 | +$ignoreErrors[] = [ |
| 330 | + 'message' => '#^Property CodeIgniter\\\\Config\\\\View\\:\\:\\$coreFilters type has no signature specified for callable\\.$#', |
| 331 | + 'count' => 1, |
| 332 | + 'path' => __DIR__ . '/system/Config/View.php', |
| 333 | +]; |
| 334 | +$ignoreErrors[] = [ |
| 335 | + 'message' => '#^Property CodeIgniter\\\\Config\\\\View\\:\\:\\$corePlugins type has no signature specified for callable\\.$#', |
| 336 | + 'count' => 1, |
| 337 | + 'path' => __DIR__ . '/system/Config/View.php', |
| 338 | +]; |
| 339 | +$ignoreErrors[] = [ |
| 340 | + 'message' => '#^Property CodeIgniter\\\\Config\\\\View\\:\\:\\$filters type has no signature specified for callable\\.$#', |
| 341 | + 'count' => 1, |
| 342 | + 'path' => __DIR__ . '/system/Config/View.php', |
| 343 | +]; |
| 344 | +$ignoreErrors[] = [ |
| 345 | + 'message' => '#^Property CodeIgniter\\\\Config\\\\View\\:\\:\\$plugins type has no signature specified for callable\\.$#', |
| 346 | + 'count' => 1, |
| 347 | + 'path' => __DIR__ . '/system/Config/View.php', |
| 348 | +]; |
319 | 349 | $ignoreErrors[] = [ |
320 | 350 | 'message' => '#^Method CodeIgniter\\\\Controller\\:\\:cachePage\\(\\) has no return type specified\\.$#', |
321 | 351 | 'count' => 1, |
|
0 commit comments