|
11 | 11 | 'count' => 1, |
12 | 12 | 'path' => __DIR__ . '/system/Autoloader/Autoloader.php', |
13 | 13 | ]; |
14 | | -$ignoreErrors[] = [ |
15 | | - 'message' => '#^Method CodeIgniter\\\\BaseModel\\:\\:chunk\\(\\) has no return type specified\\.$#', |
16 | | - 'count' => 1, |
17 | | - 'path' => __DIR__ . '/system/BaseModel.php', |
18 | | -]; |
19 | 14 | $ignoreErrors[] = [ |
20 | 15 | 'message' => '#^Method CodeIgniter\\\\BaseModel\\:\\:chunk\\(\\) has parameter \\$userFunc with no signature specified for Closure\\.$#', |
21 | 16 | 'count' => 1, |
22 | 17 | 'path' => __DIR__ . '/system/BaseModel.php', |
23 | 18 | ]; |
24 | | -$ignoreErrors[] = [ |
25 | | - 'message' => '#^Method CodeIgniter\\\\BaseModel\\:\\:doOnlyDeleted\\(\\) has no return type specified\\.$#', |
26 | | - 'count' => 1, |
27 | | - 'path' => __DIR__ . '/system/BaseModel.php', |
28 | | -]; |
29 | | -$ignoreErrors[] = [ |
30 | | - 'message' => '#^Method CodeIgniter\\\\BaseModel\\:\\:initialize\\(\\) has no return type specified\\.$#', |
31 | | - 'count' => 1, |
32 | | - 'path' => __DIR__ . '/system/BaseModel.php', |
33 | | -]; |
34 | 19 | $ignoreErrors[] = [ |
35 | 20 | 'message' => '#^Method CodeIgniter\\\\Cache\\\\CacheInterface\\:\\:initialize\\(\\) has no return type specified\\.$#', |
36 | 21 | 'count' => 1, |
|
1536 | 1521 | 'count' => 1, |
1537 | 1522 | 'path' => __DIR__ . '/system/Log/Handlers/ChromeLoggerHandler.php', |
1538 | 1523 | ]; |
1539 | | -$ignoreErrors[] = [ |
1540 | | - 'message' => '#^Method CodeIgniter\\\\Model\\:\\:chunk\\(\\) has no return type specified\\.$#', |
1541 | | - 'count' => 1, |
1542 | | - 'path' => __DIR__ . '/system/Model.php', |
1543 | | -]; |
1544 | 1524 | $ignoreErrors[] = [ |
1545 | 1525 | 'message' => '#^Method CodeIgniter\\\\Model\\:\\:chunk\\(\\) has parameter \\$userFunc with no signature specified for Closure\\.$#', |
1546 | 1526 | 'count' => 1, |
1547 | 1527 | 'path' => __DIR__ . '/system/Model.php', |
1548 | 1528 | ]; |
1549 | | -$ignoreErrors[] = [ |
1550 | | - 'message' => '#^Method CodeIgniter\\\\Model\\:\\:doOnlyDeleted\\(\\) has no return type specified\\.$#', |
1551 | | - 'count' => 1, |
1552 | | - 'path' => __DIR__ . '/system/Model.php', |
1553 | | -]; |
1554 | 1529 | $ignoreErrors[] = [ |
1555 | 1530 | 'message' => '#^Method CodeIgniter\\\\Pager\\\\Exceptions\\\\PagerException\\:\\:forInvalidPaginationGroup\\(\\) has no return type specified\\.$#', |
1556 | 1531 | 'count' => 1, |
|
0 commit comments