|
1416 | 1416 | 'count' => 1, |
1417 | 1417 | 'path' => __DIR__ . '/system/Images/Exceptions/ImageException.php', |
1418 | 1418 | ]; |
1419 | | -$ignoreErrors[] = [ |
1420 | | - 'message' => '#^Method CodeIgniter\\\\Images\\\\Handlers\\\\BaseHandler\\:\\:_text\\(\\) has no return type specified\\.$#', |
1421 | | - 'count' => 1, |
1422 | | - 'path' => __DIR__ . '/system/Images/Handlers/BaseHandler.php', |
1423 | | -]; |
1424 | | -$ignoreErrors[] = [ |
1425 | | - 'message' => '#^Method CodeIgniter\\\\Images\\\\Handlers\\\\BaseHandler\\:\\:ensureResource\\(\\) has no return type specified\\.$#', |
1426 | | - 'count' => 1, |
1427 | | - 'path' => __DIR__ . '/system/Images/Handlers/BaseHandler.php', |
1428 | | -]; |
1429 | | -$ignoreErrors[] = [ |
1430 | | - 'message' => '#^Method CodeIgniter\\\\Images\\\\Handlers\\\\BaseHandler\\:\\:reproportion\\(\\) has no return type specified\\.$#', |
1431 | | - 'count' => 1, |
1432 | | - 'path' => __DIR__ . '/system/Images/Handlers/BaseHandler.php', |
1433 | | -]; |
1434 | 1419 | $ignoreErrors[] = [ |
1435 | 1420 | 'message' => '#^Property CodeIgniter\\\\Images\\\\Handlers\\\\BaseHandler\\:\\:\\$image \\(CodeIgniter\\\\Images\\\\Image\\) in empty\\(\\) is not falsy\\.$#', |
1436 | 1421 | 'count' => 1, |
|
1441 | 1426 | 'count' => 2, |
1442 | 1427 | 'path' => __DIR__ . '/system/Images/Handlers/ImageMagickHandler.php', |
1443 | 1428 | ]; |
1444 | | -$ignoreErrors[] = [ |
1445 | | - 'message' => '#^Method CodeIgniter\\\\Images\\\\Handlers\\\\ImageMagickHandler\\:\\:_text\\(\\) has no return type specified\\.$#', |
1446 | | - 'count' => 1, |
1447 | | - 'path' => __DIR__ . '/system/Images/Handlers/ImageMagickHandler.php', |
1448 | | -]; |
1449 | | -$ignoreErrors[] = [ |
1450 | | - 'message' => '#^Method CodeIgniter\\\\Images\\\\Handlers\\\\ImageMagickHandler\\:\\:ensureResource\\(\\) has no return type specified\\.$#', |
1451 | | - 'count' => 1, |
1452 | | - 'path' => __DIR__ . '/system/Images/Handlers/ImageMagickHandler.php', |
1453 | | -]; |
1454 | | -$ignoreErrors[] = [ |
1455 | | - 'message' => '#^Method CodeIgniter\\\\Images\\\\Handlers\\\\ImageMagickHandler\\:\\:supportedFormatCheck\\(\\) has no return type specified\\.$#', |
1456 | | - 'count' => 1, |
1457 | | - 'path' => __DIR__ . '/system/Images/Handlers/ImageMagickHandler.php', |
1458 | | -]; |
1459 | 1429 | $ignoreErrors[] = [ |
1460 | 1430 | 'message' => '#^PHPDoc type string\\|null of property CodeIgniter\\\\Images\\\\Handlers\\\\ImageMagickHandler\\:\\:\\$resource is not covariant with PHPDoc type resource\\|null of overridden property CodeIgniter\\\\Images\\\\Handlers\\\\BaseHandler\\:\\:\\$resource\\.$#', |
1461 | 1431 | 'count' => 1, |
|
0 commit comments