|
25 | 25 | 'count' => 1,
|
26 | 26 | 'path' => __DIR__ . '/system/BaseModel.php',
|
27 | 27 | ];
|
28 |
| -$ignoreErrors[] = [ |
29 |
| - // identifier: missingType.callable |
30 |
| - 'message' => '#^Method CodeIgniter\\\\BaseModel\\:\\:chunk\\(\\) has parameter \\$userFunc with no signature specified for Closure\\.$#', |
31 |
| - 'count' => 1, |
32 |
| - 'path' => __DIR__ . '/system/BaseModel.php', |
33 |
| -]; |
34 | 28 | $ignoreErrors[] = [
|
35 | 29 | // identifier: missingType.iterableValue
|
36 | 30 | 'message' => '#^Method CodeIgniter\\\\BaseModel\\:\\:cleanValidationRules\\(\\) has parameter \\$rules with no value type specified in iterable type array\\.$#',
|
|
1441 | 1435 | 'count' => 1,
|
1442 | 1436 | 'path' => __DIR__ . '/system/Database/BaseBuilder.php',
|
1443 | 1437 | ];
|
1444 |
| -$ignoreErrors[] = [ |
1445 |
| - // identifier: missingType.callable |
1446 |
| - 'message' => '#^Method CodeIgniter\\\\Database\\\\BaseBuilder\\:\\:_whereIn\\(\\) has parameter \\$values with no signature specified for Closure\\.$#', |
1447 |
| - 'count' => 1, |
1448 |
| - 'path' => __DIR__ . '/system/Database/BaseBuilder.php', |
1449 |
| -]; |
1450 | 1438 | $ignoreErrors[] = [
|
1451 | 1439 | // identifier: missingType.iterableValue
|
1452 | 1440 | 'message' => '#^Method CodeIgniter\\\\Database\\\\BaseBuilder\\:\\:_whereIn\\(\\) has parameter \\$values with no value type specified in iterable type array\\.$#',
|
1453 | 1441 | 'count' => 1,
|
1454 | 1442 | 'path' => __DIR__ . '/system/Database/BaseBuilder.php',
|
1455 | 1443 | ];
|
1456 |
| -$ignoreErrors[] = [ |
1457 |
| - // identifier: missingType.callable |
1458 |
| - 'message' => '#^Method CodeIgniter\\\\Database\\\\BaseBuilder\\:\\:addUnionStatement\\(\\) has parameter \\$union with no signature specified for Closure\\.$#', |
1459 |
| - 'count' => 1, |
1460 |
| - 'path' => __DIR__ . '/system/Database/BaseBuilder.php', |
1461 |
| -]; |
1462 | 1444 | $ignoreErrors[] = [
|
1463 | 1445 | // identifier: missingType.iterableValue
|
1464 | 1446 | 'message' => '#^Method CodeIgniter\\\\Database\\\\BaseBuilder\\:\\:batchObjectToArray\\(\\) has parameter \\$object with no value type specified in iterable type array\\.$#',
|
|
1471 | 1453 | 'count' => 1,
|
1472 | 1454 | 'path' => __DIR__ . '/system/Database/BaseBuilder.php',
|
1473 | 1455 | ];
|
1474 |
| -$ignoreErrors[] = [ |
1475 |
| - // identifier: missingType.callable |
1476 |
| - 'message' => '#^Method CodeIgniter\\\\Database\\\\BaseBuilder\\:\\:buildSubquery\\(\\) has parameter \\$builder with no signature specified for Closure\\.$#', |
1477 |
| - 'count' => 1, |
1478 |
| - 'path' => __DIR__ . '/system/Database/BaseBuilder.php', |
1479 |
| -]; |
1480 | 1456 | $ignoreErrors[] = [
|
1481 | 1457 | // identifier: missingType.iterableValue
|
1482 | 1458 | 'message' => '#^Method CodeIgniter\\\\Database\\\\BaseBuilder\\:\\:delete\\(\\) has parameter \\$where with no value type specified in iterable type array\\.$#',
|
|
1561 | 1537 | 'count' => 1,
|
1562 | 1538 | 'path' => __DIR__ . '/system/Database/BaseBuilder.php',
|
1563 | 1539 | ];
|
1564 |
| -$ignoreErrors[] = [ |
1565 |
| - // identifier: missingType.callable |
1566 |
| - 'message' => '#^Method CodeIgniter\\\\Database\\\\BaseBuilder\\:\\:havingIn\\(\\) has parameter \\$values with no signature specified for Closure\\.$#', |
1567 |
| - 'count' => 1, |
1568 |
| - 'path' => __DIR__ . '/system/Database/BaseBuilder.php', |
1569 |
| -]; |
1570 | 1540 | $ignoreErrors[] = [
|
1571 | 1541 | // identifier: missingType.iterableValue
|
1572 | 1542 | 'message' => '#^Method CodeIgniter\\\\Database\\\\BaseBuilder\\:\\:havingIn\\(\\) has parameter \\$values with no value type specified in iterable type array\\.$#',
|
|
1579 | 1549 | 'count' => 1,
|
1580 | 1550 | 'path' => __DIR__ . '/system/Database/BaseBuilder.php',
|
1581 | 1551 | ];
|
1582 |
| -$ignoreErrors[] = [ |
1583 |
| - // identifier: missingType.callable |
1584 |
| - 'message' => '#^Method CodeIgniter\\\\Database\\\\BaseBuilder\\:\\:havingNotIn\\(\\) has parameter \\$values with no signature specified for Closure\\.$#', |
1585 |
| - 'count' => 1, |
1586 |
| - 'path' => __DIR__ . '/system/Database/BaseBuilder.php', |
1587 |
| -]; |
1588 | 1552 | $ignoreErrors[] = [
|
1589 | 1553 | // identifier: missingType.iterableValue
|
1590 | 1554 | 'message' => '#^Method CodeIgniter\\\\Database\\\\BaseBuilder\\:\\:havingNotIn\\(\\) has parameter \\$values with no value type specified in iterable type array\\.$#',
|
|
1645 | 1609 | 'count' => 1,
|
1646 | 1610 | 'path' => __DIR__ . '/system/Database/BaseBuilder.php',
|
1647 | 1611 | ];
|
1648 |
| -$ignoreErrors[] = [ |
1649 |
| - // identifier: missingType.callable |
1650 |
| - 'message' => '#^Method CodeIgniter\\\\Database\\\\BaseBuilder\\:\\:orHavingIn\\(\\) has parameter \\$values with no signature specified for Closure\\.$#', |
1651 |
| - 'count' => 1, |
1652 |
| - 'path' => __DIR__ . '/system/Database/BaseBuilder.php', |
1653 |
| -]; |
1654 | 1612 | $ignoreErrors[] = [
|
1655 | 1613 | // identifier: missingType.iterableValue
|
1656 | 1614 | 'message' => '#^Method CodeIgniter\\\\Database\\\\BaseBuilder\\:\\:orHavingIn\\(\\) has parameter \\$values with no value type specified in iterable type array\\.$#',
|
|
1663 | 1621 | 'count' => 1,
|
1664 | 1622 | 'path' => __DIR__ . '/system/Database/BaseBuilder.php',
|
1665 | 1623 | ];
|
1666 |
| -$ignoreErrors[] = [ |
1667 |
| - // identifier: missingType.callable |
1668 |
| - 'message' => '#^Method CodeIgniter\\\\Database\\\\BaseBuilder\\:\\:orHavingNotIn\\(\\) has parameter \\$values with no signature specified for Closure\\.$#', |
1669 |
| - 'count' => 1, |
1670 |
| - 'path' => __DIR__ . '/system/Database/BaseBuilder.php', |
1671 |
| -]; |
1672 | 1624 | $ignoreErrors[] = [
|
1673 | 1625 | // identifier: missingType.iterableValue
|
1674 | 1626 | 'message' => '#^Method CodeIgniter\\\\Database\\\\BaseBuilder\\:\\:orHavingNotIn\\(\\) has parameter \\$values with no value type specified in iterable type array\\.$#',
|
|
1699 | 1651 | 'count' => 1,
|
1700 | 1652 | 'path' => __DIR__ . '/system/Database/BaseBuilder.php',
|
1701 | 1653 | ];
|
1702 |
| -$ignoreErrors[] = [ |
1703 |
| - // identifier: missingType.callable |
1704 |
| - 'message' => '#^Method CodeIgniter\\\\Database\\\\BaseBuilder\\:\\:orWhereIn\\(\\) has parameter \\$values with no signature specified for Closure\\.$#', |
1705 |
| - 'count' => 1, |
1706 |
| - 'path' => __DIR__ . '/system/Database/BaseBuilder.php', |
1707 |
| -]; |
1708 | 1654 | $ignoreErrors[] = [
|
1709 | 1655 | // identifier: missingType.iterableValue
|
1710 | 1656 | 'message' => '#^Method CodeIgniter\\\\Database\\\\BaseBuilder\\:\\:orWhereIn\\(\\) has parameter \\$values with no value type specified in iterable type array\\.$#',
|
1711 | 1657 | 'count' => 1,
|
1712 | 1658 | 'path' => __DIR__ . '/system/Database/BaseBuilder.php',
|
1713 | 1659 | ];
|
1714 |
| -$ignoreErrors[] = [ |
1715 |
| - // identifier: missingType.callable |
1716 |
| - 'message' => '#^Method CodeIgniter\\\\Database\\\\BaseBuilder\\:\\:orWhereNotIn\\(\\) has parameter \\$values with no signature specified for Closure\\.$#', |
1717 |
| - 'count' => 1, |
1718 |
| - 'path' => __DIR__ . '/system/Database/BaseBuilder.php', |
1719 |
| -]; |
1720 | 1660 | $ignoreErrors[] = [
|
1721 | 1661 | // identifier: missingType.iterableValue
|
1722 | 1662 | 'message' => '#^Method CodeIgniter\\\\Database\\\\BaseBuilder\\:\\:orWhereNotIn\\(\\) has parameter \\$values with no value type specified in iterable type array\\.$#',
|
|
1783 | 1723 | 'count' => 1,
|
1784 | 1724 | 'path' => __DIR__ . '/system/Database/BaseBuilder.php',
|
1785 | 1725 | ];
|
1786 |
| -$ignoreErrors[] = [ |
1787 |
| - // identifier: missingType.callable |
1788 |
| - 'message' => '#^Method CodeIgniter\\\\Database\\\\BaseBuilder\\:\\:union\\(\\) has parameter \\$union with no signature specified for Closure\\.$#', |
1789 |
| - 'count' => 1, |
1790 |
| - 'path' => __DIR__ . '/system/Database/BaseBuilder.php', |
1791 |
| -]; |
1792 |
| -$ignoreErrors[] = [ |
1793 |
| - // identifier: missingType.callable |
1794 |
| - 'message' => '#^Method CodeIgniter\\\\Database\\\\BaseBuilder\\:\\:unionAll\\(\\) has parameter \\$union with no signature specified for Closure\\.$#', |
1795 |
| - 'count' => 1, |
1796 |
| - 'path' => __DIR__ . '/system/Database/BaseBuilder.php', |
1797 |
| -]; |
1798 | 1726 | $ignoreErrors[] = [
|
1799 | 1727 | // identifier: missingType.iterableValue
|
1800 | 1728 | 'message' => '#^Method CodeIgniter\\\\Database\\\\BaseBuilder\\:\\:update\\(\\) has parameter \\$set with no value type specified in iterable type array\\.$#',
|
|
1849 | 1777 | 'count' => 1,
|
1850 | 1778 | 'path' => __DIR__ . '/system/Database/BaseBuilder.php',
|
1851 | 1779 | ];
|
1852 |
| -$ignoreErrors[] = [ |
1853 |
| - // identifier: missingType.callable |
1854 |
| - 'message' => '#^Method CodeIgniter\\\\Database\\\\BaseBuilder\\:\\:whereIn\\(\\) has parameter \\$values with no signature specified for Closure\\.$#', |
1855 |
| - 'count' => 1, |
1856 |
| - 'path' => __DIR__ . '/system/Database/BaseBuilder.php', |
1857 |
| -]; |
1858 | 1780 | $ignoreErrors[] = [
|
1859 | 1781 | // identifier: missingType.iterableValue
|
1860 | 1782 | 'message' => '#^Method CodeIgniter\\\\Database\\\\BaseBuilder\\:\\:whereIn\\(\\) has parameter \\$values with no value type specified in iterable type array\\.$#',
|
1861 | 1783 | 'count' => 1,
|
1862 | 1784 | 'path' => __DIR__ . '/system/Database/BaseBuilder.php',
|
1863 | 1785 | ];
|
1864 |
| -$ignoreErrors[] = [ |
1865 |
| - // identifier: missingType.callable |
1866 |
| - 'message' => '#^Method CodeIgniter\\\\Database\\\\BaseBuilder\\:\\:whereNotIn\\(\\) has parameter \\$values with no signature specified for Closure\\.$#', |
1867 |
| - 'count' => 1, |
1868 |
| - 'path' => __DIR__ . '/system/Database/BaseBuilder.php', |
1869 |
| -]; |
1870 | 1786 | $ignoreErrors[] = [
|
1871 | 1787 | // identifier: missingType.iterableValue
|
1872 | 1788 | 'message' => '#^Method CodeIgniter\\\\Database\\\\BaseBuilder\\:\\:whereNotIn\\(\\) has parameter \\$values with no value type specified in iterable type array\\.$#',
|
|
2047 | 1963 | 'count' => 1,
|
2048 | 1964 | 'path' => __DIR__ . '/system/Database/BaseConnection.php',
|
2049 | 1965 | ];
|
2050 |
| -$ignoreErrors[] = [ |
2051 |
| - // identifier: missingType.callable |
2052 |
| - 'message' => '#^Method CodeIgniter\\\\Database\\\\BaseConnection\\:\\:prepare\\(\\) has parameter \\$func with no signature specified for Closure\\.$#', |
2053 |
| - 'count' => 1, |
2054 |
| - 'path' => __DIR__ . '/system/Database/BaseConnection.php', |
2055 |
| -]; |
2056 | 1966 | $ignoreErrors[] = [
|
2057 | 1967 | // identifier: missingType.iterableValue
|
2058 | 1968 | 'message' => '#^Method CodeIgniter\\\\Database\\\\BaseConnection\\:\\:prepare\\(\\) has parameter \\$options with no value type specified in iterable type array\\.$#',
|
|
7837 | 7747 | 'count' => 1,
|
7838 | 7748 | 'path' => __DIR__ . '/system/Model.php',
|
7839 | 7749 | ];
|
7840 |
| -$ignoreErrors[] = [ |
7841 |
| - // identifier: missingType.callable |
7842 |
| - 'message' => '#^Method CodeIgniter\\\\Model\\:\\:chunk\\(\\) has parameter \\$userFunc with no signature specified for Closure\\.$#', |
7843 |
| - 'count' => 1, |
7844 |
| - 'path' => __DIR__ . '/system/Model.php', |
7845 |
| -]; |
7846 | 7750 | $ignoreErrors[] = [
|
7847 | 7751 | // identifier: missingType.iterableValue
|
7848 | 7752 | 'message' => '#^Method CodeIgniter\\\\Model\\:\\:doDelete\\(\\) has parameter \\$id with no value type specified in iterable type array\\.$#',
|
|
8197 | 8101 | 'count' => 1,
|
8198 | 8102 | 'path' => __DIR__ . '/system/Router/RouteCollection.php',
|
8199 | 8103 | ];
|
8200 |
| -$ignoreErrors[] = [ |
8201 |
| - // identifier: missingType.callable |
8202 |
| - 'message' => '#^Method CodeIgniter\\\\Router\\\\RouteCollection\\:\\:environment\\(\\) has parameter \\$callback with no signature specified for Closure\\.$#', |
8203 |
| - 'count' => 1, |
8204 |
| - 'path' => __DIR__ . '/system/Router/RouteCollection.php', |
8205 |
| -]; |
8206 | 8104 | $ignoreErrors[] = [
|
8207 | 8105 | // identifier: missingType.iterableValue
|
8208 | 8106 | 'message' => '#^Method CodeIgniter\\\\Router\\\\RouteCollection\\:\\:fillRouteParams\\(\\) has parameter \\$params with no value type specified in iterable type array\\.$#',
|
|
10219 | 10117 | 'count' => 1,
|
10220 | 10118 | 'path' => __DIR__ . '/system/Validation/Validation.php',
|
10221 | 10119 | ];
|
10222 |
| -$ignoreErrors[] = [ |
10223 |
| - // identifier: missingType.callable |
10224 |
| - 'message' => '#^Method CodeIgniter\\\\Validation\\\\Validation\\:\\:isClosure\\(\\) has parameter \\$rule with no signature specified for Closure\\.$#', |
10225 |
| - 'count' => 1, |
10226 |
| - 'path' => __DIR__ . '/system/Validation/Validation.php', |
10227 |
| -]; |
10228 | 10120 | $ignoreErrors[] = [
|
10229 | 10121 | // identifier: missingType.iterableValue
|
10230 | 10122 | 'message' => '#^Method CodeIgniter\\\\Validation\\\\Validation\\:\\:isStringList\\(\\) has parameter \\$array with no value type specified in iterable type array\\.$#',
|
|
17317 | 17209 | 'count' => 1,
|
17318 | 17210 | 'path' => __DIR__ . '/tests/system/Test/FilterTestTraitTest.php',
|
17319 | 17211 | ];
|
17320 |
| -$ignoreErrors[] = [ |
17321 |
| - // identifier: missingType.callable |
17322 |
| - 'message' => '#^Method CodeIgniter\\\\Test\\\\FilterTestTraitTest\\:\\:getFilterCaller\\(\\) return type has no signature specified for Closure\\.$#', |
17323 |
| - 'count' => 1, |
17324 |
| - 'path' => __DIR__ . '/tests/system/Test/FilterTestTraitTest.php', |
17325 |
| -]; |
17326 | 17212 | $ignoreErrors[] = [
|
17327 | 17213 | // identifier: if.condNotBoolean
|
17328 | 17214 | 'message' => '#^Only booleans are allowed in an if condition, array\\<int, string\\> given\\.$#',
|
|
0 commit comments