|
1466 | 1466 | 'count' => 1, |
1467 | 1467 | 'path' => __DIR__ . '/system/Model.php', |
1468 | 1468 | ]; |
1469 | | -$ignoreErrors[] = [ |
1470 | | - 'message' => '#^Method CodeIgniter\\\\Pager\\\\Exceptions\\\\PagerException\\:\\:forInvalidPaginationGroup\\(\\) has no return type specified\\.$#', |
1471 | | - 'count' => 1, |
1472 | | - 'path' => __DIR__ . '/system/Pager/Exceptions/PagerException.php', |
1473 | | -]; |
1474 | | -$ignoreErrors[] = [ |
1475 | | - 'message' => '#^Method CodeIgniter\\\\Pager\\\\Exceptions\\\\PagerException\\:\\:forInvalidTemplate\\(\\) has no return type specified\\.$#', |
1476 | | - 'count' => 1, |
1477 | | - 'path' => __DIR__ . '/system/Pager/Exceptions/PagerException.php', |
1478 | | -]; |
1479 | | -$ignoreErrors[] = [ |
1480 | | - 'message' => '#^Method CodeIgniter\\\\Pager\\\\Pager\\:\\:calculateCurrentPage\\(\\) has no return type specified\\.$#', |
1481 | | - 'count' => 1, |
1482 | | - 'path' => __DIR__ . '/system/Pager/Pager.php', |
1483 | | -]; |
1484 | | -$ignoreErrors[] = [ |
1485 | | - 'message' => '#^Method CodeIgniter\\\\Pager\\\\Pager\\:\\:ensureGroup\\(\\) has no return type specified\\.$#', |
1486 | | - 'count' => 1, |
1487 | | - 'path' => __DIR__ . '/system/Pager/Pager.php', |
1488 | | -]; |
1489 | | -$ignoreErrors[] = [ |
1490 | | - 'message' => '#^Method CodeIgniter\\\\Pager\\\\PagerRenderer\\:\\:updatePages\\(\\) has no return type specified\\.$#', |
1491 | | - 'count' => 1, |
1492 | | - 'path' => __DIR__ . '/system/Pager/PagerRenderer.php', |
1493 | | -]; |
1494 | | -$ignoreErrors[] = [ |
1495 | | - 'message' => '#^Method CodeIgniter\\\\Publisher\\\\Exceptions\\\\PublisherException\\:\\:forCollision\\(\\) has no return type specified\\.$#', |
1496 | | - 'count' => 1, |
1497 | | - 'path' => __DIR__ . '/system/Publisher/Exceptions/PublisherException.php', |
1498 | | -]; |
1499 | | -$ignoreErrors[] = [ |
1500 | | - 'message' => '#^Method CodeIgniter\\\\Publisher\\\\Exceptions\\\\PublisherException\\:\\:forDestinationNotAllowed\\(\\) has no return type specified\\.$#', |
1501 | | - 'count' => 1, |
1502 | | - 'path' => __DIR__ . '/system/Publisher/Exceptions/PublisherException.php', |
1503 | | -]; |
1504 | | -$ignoreErrors[] = [ |
1505 | | - 'message' => '#^Method CodeIgniter\\\\Publisher\\\\Exceptions\\\\PublisherException\\:\\:forFileNotAllowed\\(\\) has no return type specified\\.$#', |
1506 | | - 'count' => 1, |
1507 | | - 'path' => __DIR__ . '/system/Publisher/Exceptions/PublisherException.php', |
1508 | | -]; |
1509 | | -$ignoreErrors[] = [ |
1510 | | - 'message' => '#^Method CodeIgniter\\\\Publisher\\\\Publisher\\:\\:verifyAllowed\\(\\) has no return type specified\\.$#', |
1511 | | - 'count' => 1, |
1512 | | - 'path' => __DIR__ . '/system/Publisher/Publisher.php', |
1513 | | -]; |
1514 | | -$ignoreErrors[] = [ |
1515 | | - 'message' => '#^Method CodeIgniter\\\\RESTful\\\\BaseResource\\:\\:initController\\(\\) has no return type specified\\.$#', |
1516 | | - 'count' => 1, |
1517 | | - 'path' => __DIR__ . '/system/RESTful/BaseResource.php', |
1518 | | -]; |
1519 | | -$ignoreErrors[] = [ |
1520 | | - 'message' => '#^Method CodeIgniter\\\\RESTful\\\\BaseResource\\:\\:setModel\\(\\) has no return type specified\\.$#', |
1521 | | - 'count' => 1, |
1522 | | - 'path' => __DIR__ . '/system/RESTful/BaseResource.php', |
1523 | | -]; |
1524 | 1469 | $ignoreErrors[] = [ |
1525 | 1470 | 'message' => '#^Method CodeIgniter\\\\Router\\\\AutoRouter\\:\\:setDirectory\\(\\) has no return type specified\\.$#', |
1526 | 1471 | 'count' => 1, |
|
0 commit comments