|
1791 | 1791 | 'count' => 1, |
1792 | 1792 | 'path' => __DIR__ . '/system/Database/BaseBuilder.php', |
1793 | 1793 | ]; |
1794 | | -$ignoreErrors[] = [ |
1795 | | - 'message' => '#^Method CodeIgniter\\\\Database\\\\BaseBuilder\\:\\:_deleteBatch\\(\\) has parameter \\$values with no value type specified in iterable type array\\.$#', |
1796 | | - 'count' => 1, |
1797 | | - 'path' => __DIR__ . '/system/Database/BaseBuilder.php', |
1798 | | -]; |
1799 | | -$ignoreErrors[] = [ |
1800 | | - 'message' => '#^Method CodeIgniter\\\\Database\\\\BaseBuilder\\:\\:_insert\\(\\) has parameter \\$keys with no value type specified in iterable type array\\.$#', |
1801 | | - 'count' => 1, |
1802 | | - 'path' => __DIR__ . '/system/Database/BaseBuilder.php', |
1803 | | -]; |
1804 | | -$ignoreErrors[] = [ |
1805 | | - 'message' => '#^Method CodeIgniter\\\\Database\\\\BaseBuilder\\:\\:_insert\\(\\) has parameter \\$unescapedKeys with no value type specified in iterable type array\\.$#', |
1806 | | - 'count' => 1, |
1807 | | - 'path' => __DIR__ . '/system/Database/BaseBuilder.php', |
1808 | | -]; |
1809 | 1794 | $ignoreErrors[] = [ |
1810 | 1795 | 'message' => '#^Method CodeIgniter\\\\Database\\\\BaseBuilder\\:\\:_like\\(\\) has parameter \\$field with no value type specified in iterable type array\\.$#', |
1811 | 1796 | 'count' => 1, |
1812 | 1797 | 'path' => __DIR__ . '/system/Database/BaseBuilder.php', |
1813 | 1798 | ]; |
1814 | | -$ignoreErrors[] = [ |
1815 | | - 'message' => '#^Method CodeIgniter\\\\Database\\\\BaseBuilder\\:\\:_replace\\(\\) has parameter \\$keys with no value type specified in iterable type array\\.$#', |
1816 | | - 'count' => 1, |
1817 | | - 'path' => __DIR__ . '/system/Database/BaseBuilder.php', |
1818 | | -]; |
1819 | | -$ignoreErrors[] = [ |
1820 | | - 'message' => '#^Method CodeIgniter\\\\Database\\\\BaseBuilder\\:\\:_replace\\(\\) has parameter \\$values with no value type specified in iterable type array\\.$#', |
1821 | | - 'count' => 1, |
1822 | | - 'path' => __DIR__ . '/system/Database/BaseBuilder.php', |
1823 | | -]; |
1824 | 1799 | $ignoreErrors[] = [ |
1825 | 1800 | 'message' => '#^Method CodeIgniter\\\\Database\\\\BaseBuilder\\:\\:_update\\(\\) has parameter \\$values with no value type specified in iterable type array\\.$#', |
1826 | 1801 | 'count' => 1, |
|
2206 | 2181 | 'count' => 1, |
2207 | 2182 | 'path' => __DIR__ . '/system/Database/BaseBuilder.php', |
2208 | 2183 | ]; |
| 2184 | +$ignoreErrors[] = [ |
| 2185 | + 'message' => '#^Parameter \\#3 \\.\\.\\.\\$arrays of function array_map expects array, int\\|string given\\.$#', |
| 2186 | + 'count' => 1, |
| 2187 | + 'path' => __DIR__ . '/system/Database/BaseBuilder.php', |
| 2188 | +]; |
2209 | 2189 | $ignoreErrors[] = [ |
2210 | 2190 | 'message' => '#^Property CodeIgniter\\\\Database\\\\BaseBuilder\\:\\:\\$QBFrom type has no value type specified in iterable type array\\.$#', |
2211 | 2191 | 'count' => 1, |
|
3121 | 3101 | 'count' => 3, |
3122 | 3102 | 'path' => __DIR__ . '/system/Database/OCI8/Builder.php', |
3123 | 3103 | ]; |
3124 | | -$ignoreErrors[] = [ |
3125 | | - 'message' => '#^Method CodeIgniter\\\\Database\\\\OCI8\\\\Builder\\:\\:_deleteBatch\\(\\) has parameter \\$values with no value type specified in iterable type array\\.$#', |
3126 | | - 'count' => 1, |
3127 | | - 'path' => __DIR__ . '/system/Database/OCI8/Builder.php', |
3128 | | -]; |
3129 | | -$ignoreErrors[] = [ |
3130 | | - 'message' => '#^Method CodeIgniter\\\\Database\\\\OCI8\\\\Builder\\:\\:_replace\\(\\) has parameter \\$keys with no value type specified in iterable type array\\.$#', |
3131 | | - 'count' => 1, |
3132 | | - 'path' => __DIR__ . '/system/Database/OCI8/Builder.php', |
3133 | | -]; |
3134 | | -$ignoreErrors[] = [ |
3135 | | - 'message' => '#^Method CodeIgniter\\\\Database\\\\OCI8\\\\Builder\\:\\:_replace\\(\\) has parameter \\$values with no value type specified in iterable type array\\.$#', |
3136 | | - 'count' => 1, |
3137 | | - 'path' => __DIR__ . '/system/Database/OCI8/Builder.php', |
3138 | | -]; |
3139 | 3104 | $ignoreErrors[] = [ |
3140 | 3105 | 'message' => '#^Method CodeIgniter\\\\Database\\\\OCI8\\\\Builder\\:\\:_update\\(\\) has parameter \\$values with no value type specified in iterable type array\\.$#', |
3141 | 3106 | 'count' => 1, |
|
3156 | 3121 | 'count' => 1, |
3157 | 3122 | 'path' => __DIR__ . '/system/Database/OCI8/Builder.php', |
3158 | 3123 | ]; |
| 3124 | +$ignoreErrors[] = [ |
| 3125 | + 'message' => '#^Parameter \\#3 \\.\\.\\.\\$arrays of function array_map expects array, int\\|string given\\.$#', |
| 3126 | + 'count' => 1, |
| 3127 | + 'path' => __DIR__ . '/system/Database/OCI8/Builder.php', |
| 3128 | +]; |
3159 | 3129 | $ignoreErrors[] = [ |
3160 | 3130 | 'message' => '#^Property CodeIgniter\\\\Database\\\\OCI8\\\\Builder\\:\\:\\$randomKeyword type has no value type specified in iterable type array\\.$#', |
3161 | 3131 | 'count' => 1, |
|
3317 | 3287 | 'path' => __DIR__ . '/system/Database/Postgre/Builder.php', |
3318 | 3288 | ]; |
3319 | 3289 | $ignoreErrors[] = [ |
3320 | | - 'message' => '#^Method CodeIgniter\\\\Database\\\\Postgre\\\\Builder\\:\\:_deleteBatch\\(\\) has parameter \\$values with no value type specified in iterable type array\\.$#', |
3321 | | - 'count' => 1, |
3322 | | - 'path' => __DIR__ . '/system/Database/Postgre/Builder.php', |
3323 | | -]; |
3324 | | -$ignoreErrors[] = [ |
3325 | | - 'message' => '#^Method CodeIgniter\\\\Database\\\\Postgre\\\\Builder\\:\\:_insert\\(\\) has parameter \\$keys with no value type specified in iterable type array\\.$#', |
3326 | | - 'count' => 1, |
3327 | | - 'path' => __DIR__ . '/system/Database/Postgre/Builder.php', |
3328 | | -]; |
3329 | | -$ignoreErrors[] = [ |
3330 | | - 'message' => '#^Method CodeIgniter\\\\Database\\\\Postgre\\\\Builder\\:\\:_insert\\(\\) has parameter \\$unescapedKeys with no value type specified in iterable type array\\.$#', |
| 3290 | + 'message' => '#^Method CodeIgniter\\\\Database\\\\Postgre\\\\Builder\\:\\:_update\\(\\) has parameter \\$values with no value type specified in iterable type array\\.$#', |
3331 | 3291 | 'count' => 1, |
3332 | 3292 | 'path' => __DIR__ . '/system/Database/Postgre/Builder.php', |
3333 | 3293 | ]; |
3334 | 3294 | $ignoreErrors[] = [ |
3335 | | - 'message' => '#^Method CodeIgniter\\\\Database\\\\Postgre\\\\Builder\\:\\:_update\\(\\) has parameter \\$values with no value type specified in iterable type array\\.$#', |
| 3295 | + 'message' => '#^Method CodeIgniter\\\\Database\\\\Postgre\\\\Builder\\:\\:replace\\(\\) has parameter \\$set with no value type specified in iterable type array\\.$#', |
3336 | 3296 | 'count' => 1, |
3337 | 3297 | 'path' => __DIR__ . '/system/Database/Postgre/Builder.php', |
3338 | 3298 | ]; |
3339 | 3299 | $ignoreErrors[] = [ |
3340 | | - 'message' => '#^Method CodeIgniter\\\\Database\\\\Postgre\\\\Builder\\:\\:replace\\(\\) has parameter \\$set with no value type specified in iterable type array\\.$#', |
| 3300 | + 'message' => '#^Parameter \\#3 \\.\\.\\.\\$arrays of function array_map expects array, int\\|string given\\.$#', |
3341 | 3301 | 'count' => 1, |
3342 | 3302 | 'path' => __DIR__ . '/system/Database/Postgre/Builder.php', |
3343 | 3303 | ]; |
|
3676 | 3636 | 'count' => 9, |
3677 | 3637 | 'path' => __DIR__ . '/system/Database/SQLSRV/Builder.php', |
3678 | 3638 | ]; |
3679 | | -$ignoreErrors[] = [ |
3680 | | - 'message' => '#^Method CodeIgniter\\\\Database\\\\SQLSRV\\\\Builder\\:\\:_insert\\(\\) has parameter \\$keys with no value type specified in iterable type array\\.$#', |
3681 | | - 'count' => 1, |
3682 | | - 'path' => __DIR__ . '/system/Database/SQLSRV/Builder.php', |
3683 | | -]; |
3684 | | -$ignoreErrors[] = [ |
3685 | | - 'message' => '#^Method CodeIgniter\\\\Database\\\\SQLSRV\\\\Builder\\:\\:_insert\\(\\) has parameter \\$unescapedKeys with no value type specified in iterable type array\\.$#', |
3686 | | - 'count' => 1, |
3687 | | - 'path' => __DIR__ . '/system/Database/SQLSRV/Builder.php', |
3688 | | -]; |
3689 | | -$ignoreErrors[] = [ |
3690 | | - 'message' => '#^Method CodeIgniter\\\\Database\\\\SQLSRV\\\\Builder\\:\\:_replace\\(\\) has parameter \\$keys with no value type specified in iterable type array\\.$#', |
3691 | | - 'count' => 1, |
3692 | | - 'path' => __DIR__ . '/system/Database/SQLSRV/Builder.php', |
3693 | | -]; |
3694 | | -$ignoreErrors[] = [ |
3695 | | - 'message' => '#^Method CodeIgniter\\\\Database\\\\SQLSRV\\\\Builder\\:\\:_replace\\(\\) has parameter \\$values with no value type specified in iterable type array\\.$#', |
3696 | | - 'count' => 1, |
3697 | | - 'path' => __DIR__ . '/system/Database/SQLSRV/Builder.php', |
3698 | | -]; |
3699 | 3639 | $ignoreErrors[] = [ |
3700 | 3640 | 'message' => '#^Method CodeIgniter\\\\Database\\\\SQLSRV\\\\Builder\\:\\:_update\\(\\) has parameter \\$values with no value type specified in iterable type array\\.$#', |
3701 | 3641 | 'count' => 1, |
|
3907 | 3847 | 'path' => __DIR__ . '/system/Database/SQLite3/Builder.php', |
3908 | 3848 | ]; |
3909 | 3849 | $ignoreErrors[] = [ |
3910 | | - 'message' => '#^Method CodeIgniter\\\\Database\\\\SQLite3\\\\Builder\\:\\:_deleteBatch\\(\\) has parameter \\$values with no value type specified in iterable type array\\.$#', |
3911 | | - 'count' => 1, |
3912 | | - 'path' => __DIR__ . '/system/Database/SQLite3/Builder.php', |
3913 | | -]; |
3914 | | -$ignoreErrors[] = [ |
3915 | | - 'message' => '#^Method CodeIgniter\\\\Database\\\\SQLite3\\\\Builder\\:\\:_replace\\(\\) has parameter \\$keys with no value type specified in iterable type array\\.$#', |
3916 | | - 'count' => 1, |
3917 | | - 'path' => __DIR__ . '/system/Database/SQLite3/Builder.php', |
3918 | | -]; |
3919 | | -$ignoreErrors[] = [ |
3920 | | - 'message' => '#^Method CodeIgniter\\\\Database\\\\SQLite3\\\\Builder\\:\\:_replace\\(\\) has parameter \\$values with no value type specified in iterable type array\\.$#', |
| 3850 | + 'message' => '#^Parameter \\#3 \\.\\.\\.\\$arrays of function array_map expects array, int\\|string given\\.$#', |
3921 | 3851 | 'count' => 1, |
3922 | 3852 | 'path' => __DIR__ . '/system/Database/SQLite3/Builder.php', |
3923 | 3853 | ]; |
|
0 commit comments