|
1366 | 1366 | 'count' => 1, |
1367 | 1367 | 'path' => __DIR__ . '/system/I18n/TimeLegacy.php', |
1368 | 1368 | ]; |
1369 | | -$ignoreErrors[] = [ |
1370 | | - 'message' => '#^Method CodeIgniter\\\\Images\\\\Exceptions\\\\ImageException\\:\\:forEXIFUnsupported\\(\\) has no return type specified\\.$#', |
1371 | | - 'count' => 1, |
1372 | | - 'path' => __DIR__ . '/system/Images/Exceptions/ImageException.php', |
1373 | | -]; |
1374 | | -$ignoreErrors[] = [ |
1375 | | - 'message' => '#^Method CodeIgniter\\\\Images\\\\Exceptions\\\\ImageException\\:\\:forFileNotSupported\\(\\) has no return type specified\\.$#', |
1376 | | - 'count' => 1, |
1377 | | - 'path' => __DIR__ . '/system/Images/Exceptions/ImageException.php', |
1378 | | -]; |
1379 | | -$ignoreErrors[] = [ |
1380 | | - 'message' => '#^Method CodeIgniter\\\\Images\\\\Exceptions\\\\ImageException\\:\\:forImageProcessFailed\\(\\) has no return type specified\\.$#', |
1381 | | - 'count' => 1, |
1382 | | - 'path' => __DIR__ . '/system/Images/Exceptions/ImageException.php', |
1383 | | -]; |
1384 | | -$ignoreErrors[] = [ |
1385 | | - 'message' => '#^Method CodeIgniter\\\\Images\\\\Exceptions\\\\ImageException\\:\\:forInvalidDirection\\(\\) has no return type specified\\.$#', |
1386 | | - 'count' => 1, |
1387 | | - 'path' => __DIR__ . '/system/Images/Exceptions/ImageException.php', |
1388 | | -]; |
1389 | | -$ignoreErrors[] = [ |
1390 | | - 'message' => '#^Method CodeIgniter\\\\Images\\\\Exceptions\\\\ImageException\\:\\:forInvalidImageCreate\\(\\) has no return type specified\\.$#', |
1391 | | - 'count' => 1, |
1392 | | - 'path' => __DIR__ . '/system/Images/Exceptions/ImageException.php', |
1393 | | -]; |
1394 | | -$ignoreErrors[] = [ |
1395 | | - 'message' => '#^Method CodeIgniter\\\\Images\\\\Exceptions\\\\ImageException\\:\\:forInvalidImageLibraryPath\\(\\) has no return type specified\\.$#', |
1396 | | - 'count' => 1, |
1397 | | - 'path' => __DIR__ . '/system/Images/Exceptions/ImageException.php', |
1398 | | -]; |
1399 | | -$ignoreErrors[] = [ |
1400 | | - 'message' => '#^Method CodeIgniter\\\\Images\\\\Exceptions\\\\ImageException\\:\\:forInvalidPath\\(\\) has no return type specified\\.$#', |
1401 | | - 'count' => 1, |
1402 | | - 'path' => __DIR__ . '/system/Images/Exceptions/ImageException.php', |
1403 | | -]; |
1404 | | -$ignoreErrors[] = [ |
1405 | | - 'message' => '#^Method CodeIgniter\\\\Images\\\\Exceptions\\\\ImageException\\:\\:forMissingAngle\\(\\) has no return type specified\\.$#', |
1406 | | - 'count' => 1, |
1407 | | - 'path' => __DIR__ . '/system/Images/Exceptions/ImageException.php', |
1408 | | -]; |
1409 | | -$ignoreErrors[] = [ |
1410 | | - 'message' => '#^Method CodeIgniter\\\\Images\\\\Exceptions\\\\ImageException\\:\\:forMissingImage\\(\\) has no return type specified\\.$#', |
1411 | | - 'count' => 1, |
1412 | | - 'path' => __DIR__ . '/system/Images/Exceptions/ImageException.php', |
1413 | | -]; |
1414 | | -$ignoreErrors[] = [ |
1415 | | - 'message' => '#^Method CodeIgniter\\\\Images\\\\Exceptions\\\\ImageException\\:\\:forSaveFailed\\(\\) has no return type specified\\.$#', |
1416 | | - 'count' => 1, |
1417 | | - 'path' => __DIR__ . '/system/Images/Exceptions/ImageException.php', |
1418 | | -]; |
1419 | 1369 | $ignoreErrors[] = [ |
1420 | 1370 | 'message' => '#^Property CodeIgniter\\\\Images\\\\Handlers\\\\BaseHandler\\:\\:\\$image \\(CodeIgniter\\\\Images\\\\Image\\) in empty\\(\\) is not falsy\\.$#', |
1421 | 1371 | 'count' => 1, |
|
0 commit comments