|
1746 | 1746 | 'count' => 1, |
1747 | 1747 | 'path' => __DIR__ . '/system/Router/RouterInterface.php', |
1748 | 1748 | ]; |
1749 | | -$ignoreErrors[] = [ |
1750 | | - 'message' => '#^Method CodeIgniter\\\\Security\\\\Exceptions\\\\SecurityException\\:\\:forDisallowedAction\\(\\) has no return type specified\\.$#', |
1751 | | - 'count' => 1, |
1752 | | - 'path' => __DIR__ . '/system/Security/Exceptions/SecurityException.php', |
1753 | | -]; |
1754 | | -$ignoreErrors[] = [ |
1755 | | - 'message' => '#^Method CodeIgniter\\\\Security\\\\Exceptions\\\\SecurityException\\:\\:forInvalidControlChars\\(\\) has no return type specified\\.$#', |
1756 | | - 'count' => 1, |
1757 | | - 'path' => __DIR__ . '/system/Security/Exceptions/SecurityException.php', |
1758 | | -]; |
1759 | | -$ignoreErrors[] = [ |
1760 | | - 'message' => '#^Method CodeIgniter\\\\Security\\\\Exceptions\\\\SecurityException\\:\\:forInvalidSameSite\\(\\) has no return type specified\\.$#', |
1761 | | - 'count' => 1, |
1762 | | - 'path' => __DIR__ . '/system/Security/Exceptions/SecurityException.php', |
1763 | | -]; |
1764 | | -$ignoreErrors[] = [ |
1765 | | - 'message' => '#^Method CodeIgniter\\\\Security\\\\Exceptions\\\\SecurityException\\:\\:forInvalidUTF8Chars\\(\\) has no return type specified\\.$#', |
1766 | | - 'count' => 1, |
1767 | | - 'path' => __DIR__ . '/system/Security/Exceptions/SecurityException.php', |
1768 | | -]; |
1769 | 1749 | $ignoreErrors[] = [ |
1770 | 1750 | 'message' => '#^Method CodeIgniter\\\\Session\\\\Exceptions\\\\SessionException\\:\\:forEmptySavepath\\(\\) has no return type specified\\.$#', |
1771 | 1751 | 'count' => 1, |
|
2531 | 2511 | 'count' => 1, |
2532 | 2512 | 'path' => __DIR__ . '/system/Throttle/Throttler.php', |
2533 | 2513 | ]; |
2534 | | -$ignoreErrors[] = [ |
2535 | | - 'message' => '#^Method CodeIgniter\\\\Validation\\\\Exceptions\\\\ValidationException\\:\\:forGroupNotArray\\(\\) has no return type specified\\.$#', |
2536 | | - 'count' => 1, |
2537 | | - 'path' => __DIR__ . '/system/Validation/Exceptions/ValidationException.php', |
2538 | | -]; |
2539 | | -$ignoreErrors[] = [ |
2540 | | - 'message' => '#^Method CodeIgniter\\\\Validation\\\\Exceptions\\\\ValidationException\\:\\:forGroupNotFound\\(\\) has no return type specified\\.$#', |
2541 | | - 'count' => 1, |
2542 | | - 'path' => __DIR__ . '/system/Validation/Exceptions/ValidationException.php', |
2543 | | -]; |
2544 | | -$ignoreErrors[] = [ |
2545 | | - 'message' => '#^Method CodeIgniter\\\\Validation\\\\Exceptions\\\\ValidationException\\:\\:forInvalidTemplate\\(\\) has no return type specified\\.$#', |
2546 | | - 'count' => 1, |
2547 | | - 'path' => __DIR__ . '/system/Validation/Exceptions/ValidationException.php', |
2548 | | -]; |
2549 | | -$ignoreErrors[] = [ |
2550 | | - 'message' => '#^Method CodeIgniter\\\\Validation\\\\Exceptions\\\\ValidationException\\:\\:forNoRuleSets\\(\\) has no return type specified\\.$#', |
2551 | | - 'count' => 1, |
2552 | | - 'path' => __DIR__ . '/system/Validation/Exceptions/ValidationException.php', |
2553 | | -]; |
2554 | | -$ignoreErrors[] = [ |
2555 | | - 'message' => '#^Method CodeIgniter\\\\Validation\\\\Exceptions\\\\ValidationException\\:\\:forRuleNotFound\\(\\) has no return type specified\\.$#', |
2556 | | - 'count' => 1, |
2557 | | - 'path' => __DIR__ . '/system/Validation/Exceptions/ValidationException.php', |
2558 | | -]; |
2559 | 2514 | $ignoreErrors[] = [ |
2560 | 2515 | 'message' => '#^Method CodeIgniter\\\\Validation\\\\Validation\\:\\:isClosure\\(\\) has parameter \\$rule with no signature specified for Closure\\.$#', |
2561 | 2516 | 'count' => 1, |
2562 | 2517 | 'path' => __DIR__ . '/system/Validation/Validation.php', |
2563 | 2518 | ]; |
2564 | | -$ignoreErrors[] = [ |
2565 | | - 'message' => '#^Method CodeIgniter\\\\Validation\\\\Validation\\:\\:loadRuleSets\\(\\) has no return type specified\\.$#', |
2566 | | - 'count' => 1, |
2567 | | - 'path' => __DIR__ . '/system/Validation/Validation.php', |
2568 | | -]; |
2569 | | -$ignoreErrors[] = [ |
2570 | | - 'message' => '#^Method CodeIgniter\\\\Validation\\\\Validation\\:\\:setRuleGroup\\(\\) has no return type specified\\.$#', |
2571 | | - 'count' => 1, |
2572 | | - 'path' => __DIR__ . '/system/Validation/Validation.php', |
2573 | | -]; |
2574 | | -$ignoreErrors[] = [ |
2575 | | - 'message' => '#^Method CodeIgniter\\\\Validation\\\\ValidationInterface\\:\\:setRuleGroup\\(\\) has no return type specified\\.$#', |
2576 | | - 'count' => 1, |
2577 | | - 'path' => __DIR__ . '/system/Validation/ValidationInterface.php', |
2578 | | -]; |
2579 | 2519 | $ignoreErrors[] = [ |
2580 | 2520 | 'message' => '#^Call to an undefined static method CodeIgniter\\\\Config\\\\Factories\\:\\:cells\\(\\)\\.$#', |
2581 | 2521 | 'count' => 1, |
|
0 commit comments