|
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, |
|
317 | 327 | 'path' => __DIR__ . '/system/ComposerScripts.php', |
318 | 328 | ]; |
319 | 329 | $ignoreErrors[] = [ |
320 | | - 'message' => '#^Method CodeIgniter\\\\Config\\\\BaseConfig\\:\\:registerProperties\\(\\) has no return type specified\\.$#', |
321 | | - 'count' => 1, |
322 | | - 'path' => __DIR__ . '/system/Config/BaseConfig.php', |
323 | | -]; |
324 | | -$ignoreErrors[] = [ |
325 | | - 'message' => '#^Method CodeIgniter\\\\Config\\\\BaseService\\:\\:injectMock\\(\\) has no return type specified\\.$#', |
326 | | - 'count' => 1, |
327 | | - 'path' => __DIR__ . '/system/Config/BaseService.php', |
328 | | -]; |
329 | | -$ignoreErrors[] = [ |
330 | | - 'message' => '#^Method CodeIgniter\\\\Config\\\\BaseService\\:\\:reset\\(\\) has no return type specified\\.$#', |
331 | | - 'count' => 1, |
332 | | - 'path' => __DIR__ . '/system/Config/BaseService.php', |
333 | | -]; |
334 | | -$ignoreErrors[] = [ |
335 | | - 'message' => '#^Method CodeIgniter\\\\Config\\\\BaseService\\:\\:resetSingle\\(\\) has no return type specified\\.$#', |
336 | | - 'count' => 1, |
337 | | - 'path' => __DIR__ . '/system/Config/BaseService.php', |
338 | | -]; |
339 | | -$ignoreErrors[] = [ |
340 | | - 'message' => '#^Method CodeIgniter\\\\Config\\\\Config\\:\\:injectMock\\(\\) has no return type specified\\.$#', |
| 330 | + 'message' => '#^Property CodeIgniter\\\\Config\\\\View\\:\\:\\$coreFilters type has no signature specified for callable\\.$#', |
341 | 331 | 'count' => 1, |
342 | | - 'path' => __DIR__ . '/system/Config/Config.php', |
343 | | -]; |
344 | | -$ignoreErrors[] = [ |
345 | | - 'message' => '#^Method CodeIgniter\\\\Config\\\\Config\\:\\:reset\\(\\) has no return type specified\\.$#', |
346 | | - 'count' => 1, |
347 | | - 'path' => __DIR__ . '/system/Config/Config.php', |
348 | | -]; |
349 | | -$ignoreErrors[] = [ |
350 | | - 'message' => '#^Method CodeIgniter\\\\Config\\\\DotEnv\\:\\:setVariable\\(\\) has no return type specified\\.$#', |
351 | | - 'count' => 1, |
352 | | - 'path' => __DIR__ . '/system/Config/DotEnv.php', |
353 | | -]; |
354 | | -$ignoreErrors[] = [ |
355 | | - 'message' => '#^Method CodeIgniter\\\\Config\\\\Factories\\:\\:injectMock\\(\\) has no return type specified\\.$#', |
356 | | - 'count' => 1, |
357 | | - 'path' => __DIR__ . '/system/Config/Factories.php', |
358 | | -]; |
359 | | -$ignoreErrors[] = [ |
360 | | - 'message' => '#^Method CodeIgniter\\\\Config\\\\Factories\\:\\:reset\\(\\) has no return type specified\\.$#', |
361 | | - 'count' => 1, |
362 | | - 'path' => __DIR__ . '/system/Config/Factories.php', |
363 | | -]; |
364 | | -$ignoreErrors[] = [ |
365 | | - 'message' => '#^Property CodeIgniter\\\\Config\\\\ForeignCharacters\\:\\:\\$characterList has no type specified\\.$#', |
366 | | - 'count' => 1, |
367 | | - 'path' => __DIR__ . '/system/Config/ForeignCharacters.php', |
| 332 | + 'path' => __DIR__ . '/system/Config/View.php', |
368 | 333 | ]; |
369 | 334 | $ignoreErrors[] = [ |
370 | | - 'message' => '#^Method CodeIgniter\\\\Config\\\\Publisher\\:\\:registerProperties\\(\\) has no return type specified\\.$#', |
| 335 | + 'message' => '#^Property CodeIgniter\\\\Config\\\\View\\:\\:\\$corePlugins type has no signature specified for callable\\.$#', |
371 | 336 | 'count' => 1, |
372 | | - 'path' => __DIR__ . '/system/Config/Publisher.php', |
| 337 | + 'path' => __DIR__ . '/system/Config/View.php', |
373 | 338 | ]; |
374 | 339 | $ignoreErrors[] = [ |
375 | | - 'message' => '#^Property CodeIgniter\\\\Config\\\\View\\:\\:\\$filters has no type specified\\.$#', |
| 340 | + 'message' => '#^Property CodeIgniter\\\\Config\\\\View\\:\\:\\$filters type has no signature specified for callable\\.$#', |
376 | 341 | 'count' => 1, |
377 | 342 | 'path' => __DIR__ . '/system/Config/View.php', |
378 | 343 | ]; |
379 | 344 | $ignoreErrors[] = [ |
380 | | - 'message' => '#^Property CodeIgniter\\\\Config\\\\View\\:\\:\\$plugins has no type specified\\.$#', |
| 345 | + 'message' => '#^Property CodeIgniter\\\\Config\\\\View\\:\\:\\$plugins type has no signature specified for callable\\.$#', |
381 | 346 | 'count' => 1, |
382 | 347 | 'path' => __DIR__ . '/system/Config/View.php', |
383 | 348 | ]; |
|
0 commit comments