|
1416 | 1416 | 'count' => 1,
|
1417 | 1417 | 'path' => __DIR__ . '/system/Router/RouterInterface.php',
|
1418 | 1418 | ];
|
1419 |
| -$ignoreErrors[] = [ |
1420 |
| - 'message' => '#^Method CodeIgniter\\\\Security\\\\Exceptions\\\\SecurityException\\:\\:forDisallowedAction\\(\\) has no return type specified\\.$#', |
1421 |
| - 'count' => 1, |
1422 |
| - 'path' => __DIR__ . '/system/Security/Exceptions/SecurityException.php', |
1423 |
| -]; |
1424 |
| -$ignoreErrors[] = [ |
1425 |
| - 'message' => '#^Method CodeIgniter\\\\Security\\\\Exceptions\\\\SecurityException\\:\\:forInvalidControlChars\\(\\) has no return type specified\\.$#', |
1426 |
| - 'count' => 1, |
1427 |
| - 'path' => __DIR__ . '/system/Security/Exceptions/SecurityException.php', |
1428 |
| -]; |
1429 |
| -$ignoreErrors[] = [ |
1430 |
| - 'message' => '#^Method CodeIgniter\\\\Security\\\\Exceptions\\\\SecurityException\\:\\:forInvalidSameSite\\(\\) has no return type specified\\.$#', |
1431 |
| - 'count' => 1, |
1432 |
| - 'path' => __DIR__ . '/system/Security/Exceptions/SecurityException.php', |
1433 |
| -]; |
1434 |
| -$ignoreErrors[] = [ |
1435 |
| - 'message' => '#^Method CodeIgniter\\\\Security\\\\Exceptions\\\\SecurityException\\:\\:forInvalidUTF8Chars\\(\\) has no return type specified\\.$#', |
1436 |
| - 'count' => 1, |
1437 |
| - 'path' => __DIR__ . '/system/Security/Exceptions/SecurityException.php', |
1438 |
| -]; |
1439 | 1419 | $ignoreErrors[] = [
|
1440 | 1420 | 'message' => '#^Method CodeIgniter\\\\Session\\\\Exceptions\\\\SessionException\\:\\:forEmptySavepath\\(\\) has no return type specified\\.$#',
|
1441 | 1421 | 'count' => 1,
|
|
2201 | 2181 | 'count' => 1,
|
2202 | 2182 | 'path' => __DIR__ . '/system/Throttle/Throttler.php',
|
2203 | 2183 | ];
|
2204 |
| -$ignoreErrors[] = [ |
2205 |
| - 'message' => '#^Method CodeIgniter\\\\Validation\\\\Exceptions\\\\ValidationException\\:\\:forGroupNotArray\\(\\) has no return type specified\\.$#', |
2206 |
| - 'count' => 1, |
2207 |
| - 'path' => __DIR__ . '/system/Validation/Exceptions/ValidationException.php', |
2208 |
| -]; |
2209 |
| -$ignoreErrors[] = [ |
2210 |
| - 'message' => '#^Method CodeIgniter\\\\Validation\\\\Exceptions\\\\ValidationException\\:\\:forGroupNotFound\\(\\) has no return type specified\\.$#', |
2211 |
| - 'count' => 1, |
2212 |
| - 'path' => __DIR__ . '/system/Validation/Exceptions/ValidationException.php', |
2213 |
| -]; |
2214 |
| -$ignoreErrors[] = [ |
2215 |
| - 'message' => '#^Method CodeIgniter\\\\Validation\\\\Exceptions\\\\ValidationException\\:\\:forInvalidTemplate\\(\\) has no return type specified\\.$#', |
2216 |
| - 'count' => 1, |
2217 |
| - 'path' => __DIR__ . '/system/Validation/Exceptions/ValidationException.php', |
2218 |
| -]; |
2219 |
| -$ignoreErrors[] = [ |
2220 |
| - 'message' => '#^Method CodeIgniter\\\\Validation\\\\Exceptions\\\\ValidationException\\:\\:forNoRuleSets\\(\\) has no return type specified\\.$#', |
2221 |
| - 'count' => 1, |
2222 |
| - 'path' => __DIR__ . '/system/Validation/Exceptions/ValidationException.php', |
2223 |
| -]; |
2224 |
| -$ignoreErrors[] = [ |
2225 |
| - 'message' => '#^Method CodeIgniter\\\\Validation\\\\Exceptions\\\\ValidationException\\:\\:forRuleNotFound\\(\\) has no return type specified\\.$#', |
2226 |
| - 'count' => 1, |
2227 |
| - 'path' => __DIR__ . '/system/Validation/Exceptions/ValidationException.php', |
2228 |
| -]; |
2229 | 2184 | $ignoreErrors[] = [
|
2230 | 2185 | 'message' => '#^Method CodeIgniter\\\\Validation\\\\Validation\\:\\:isClosure\\(\\) has parameter \\$rule with no signature specified for Closure\\.$#',
|
2231 | 2186 | 'count' => 1,
|
2232 | 2187 | 'path' => __DIR__ . '/system/Validation/Validation.php',
|
2233 | 2188 | ];
|
2234 |
| -$ignoreErrors[] = [ |
2235 |
| - 'message' => '#^Method CodeIgniter\\\\Validation\\\\Validation\\:\\:loadRuleSets\\(\\) has no return type specified\\.$#', |
2236 |
| - 'count' => 1, |
2237 |
| - 'path' => __DIR__ . '/system/Validation/Validation.php', |
2238 |
| -]; |
2239 |
| -$ignoreErrors[] = [ |
2240 |
| - 'message' => '#^Method CodeIgniter\\\\Validation\\\\Validation\\:\\:setRuleGroup\\(\\) has no return type specified\\.$#', |
2241 |
| - 'count' => 1, |
2242 |
| - 'path' => __DIR__ . '/system/Validation/Validation.php', |
2243 |
| -]; |
2244 |
| -$ignoreErrors[] = [ |
2245 |
| - 'message' => '#^Method CodeIgniter\\\\Validation\\\\ValidationInterface\\:\\:setRuleGroup\\(\\) has no return type specified\\.$#', |
2246 |
| - 'count' => 1, |
2247 |
| - 'path' => __DIR__ . '/system/Validation/ValidationInterface.php', |
2248 |
| -]; |
2249 | 2189 | $ignoreErrors[] = [
|
2250 | 2190 | 'message' => '#^Call to an undefined static method CodeIgniter\\\\Config\\\\Factories\\:\\:cells\\(\\)\\.$#',
|
2251 | 2191 | 'count' => 1,
|
|
0 commit comments