|
716 | 716 | 'count' => 1, |
717 | 717 | 'path' => __DIR__ . '/system/Database/Seeder.php', |
718 | 718 | ]; |
719 | | -$ignoreErrors[] = [ |
720 | | - 'message' => '#^Method CodeIgniter\\\\Debug\\\\Exceptions\\:\\:exceptionHandler\\(\\) has no return type specified\\.$#', |
721 | | - 'count' => 1, |
722 | | - 'path' => __DIR__ . '/system/Debug/Exceptions.php', |
723 | | -]; |
724 | | -$ignoreErrors[] = [ |
725 | | - 'message' => '#^Method CodeIgniter\\\\Debug\\\\Exceptions\\:\\:initialize\\(\\) has no return type specified\\.$#', |
726 | | - 'count' => 1, |
727 | | - 'path' => __DIR__ . '/system/Debug/Exceptions.php', |
728 | | -]; |
729 | | -$ignoreErrors[] = [ |
730 | | - 'message' => '#^Method CodeIgniter\\\\Debug\\\\Exceptions\\:\\:render\\(\\) has no return type specified\\.$#', |
731 | | - 'count' => 1, |
732 | | - 'path' => __DIR__ . '/system/Debug/Exceptions.php', |
733 | | -]; |
734 | | -$ignoreErrors[] = [ |
735 | | - 'message' => '#^Method CodeIgniter\\\\Debug\\\\Exceptions\\:\\:shutdownHandler\\(\\) has no return type specified\\.$#', |
736 | | - 'count' => 1, |
737 | | - 'path' => __DIR__ . '/system/Debug/Exceptions.php', |
738 | | -]; |
739 | | -$ignoreErrors[] = [ |
740 | | - 'message' => '#^Method CodeIgniter\\\\Debug\\\\Iterator\\:\\:add\\(\\) has parameter \\$closure with no signature specified for Closure\\.$#', |
741 | | - 'count' => 1, |
742 | | - 'path' => __DIR__ . '/system/Debug/Iterator.php', |
743 | | -]; |
744 | | -$ignoreErrors[] = [ |
745 | | - 'message' => '#^Method CodeIgniter\\\\Debug\\\\Timer\\:\\:record\\(\\) has parameter \\$callable with no signature specified for callable\\.$#', |
746 | | - 'count' => 1, |
747 | | - 'path' => __DIR__ . '/system/Debug/Timer.php', |
748 | | -]; |
749 | | -$ignoreErrors[] = [ |
750 | | - 'message' => '#^Method CodeIgniter\\\\Debug\\\\Toolbar\\:\\:prepare\\(\\) has no return type specified\\.$#', |
751 | | - 'count' => 1, |
752 | | - 'path' => __DIR__ . '/system/Debug/Toolbar.php', |
753 | | -]; |
754 | | -$ignoreErrors[] = [ |
755 | | - 'message' => '#^Method CodeIgniter\\\\Debug\\\\Toolbar\\:\\:respond\\(\\) has no return type specified\\.$#', |
756 | | - 'count' => 1, |
757 | | - 'path' => __DIR__ . '/system/Debug/Toolbar.php', |
758 | | -]; |
759 | | -$ignoreErrors[] = [ |
760 | | - 'message' => '#^Method CodeIgniter\\\\Debug\\\\Toolbar\\\\Collectors\\\\BaseCollector\\:\\:getBadgeValue\\(\\) has no return type specified\\.$#', |
761 | | - 'count' => 1, |
762 | | - 'path' => __DIR__ . '/system/Debug/Toolbar/Collectors/BaseCollector.php', |
763 | | -]; |
764 | | -$ignoreErrors[] = [ |
765 | | - 'message' => '#^Method CodeIgniter\\\\Debug\\\\Toolbar\\\\Collectors\\\\BaseCollector\\:\\:getVarData\\(\\) has no return type specified\\.$#', |
766 | | - 'count' => 1, |
767 | | - 'path' => __DIR__ . '/system/Debug/Toolbar/Collectors/BaseCollector.php', |
768 | | -]; |
769 | | -$ignoreErrors[] = [ |
770 | | - 'message' => '#^Method CodeIgniter\\\\Debug\\\\Toolbar\\\\Collectors\\\\Database\\:\\:collect\\(\\) has no return type specified\\.$#', |
771 | | - 'count' => 1, |
772 | | - 'path' => __DIR__ . '/system/Debug/Toolbar/Collectors/Database.php', |
773 | | -]; |
774 | | -$ignoreErrors[] = [ |
775 | | - 'message' => '#^Method CodeIgniter\\\\Debug\\\\Toolbar\\\\Collectors\\\\Database\\:\\:getConnections\\(\\) has no return type specified\\.$#', |
776 | | - 'count' => 1, |
777 | | - 'path' => __DIR__ . '/system/Debug/Toolbar/Collectors/Database.php', |
778 | | -]; |
779 | | -$ignoreErrors[] = [ |
780 | | - 'message' => '#^Method CodeIgniter\\\\Debug\\\\Toolbar\\\\Collectors\\\\History\\:\\:setFiles\\(\\) has no return type specified\\.$#', |
781 | | - 'count' => 1, |
782 | | - 'path' => __DIR__ . '/system/Debug/Toolbar/Collectors/History.php', |
783 | | -]; |
784 | | -$ignoreErrors[] = [ |
785 | | - 'message' => '#^Method CodeIgniter\\\\Debug\\\\Toolbar\\\\Collectors\\\\Logs\\:\\:collectLogs\\(\\) has no return type specified\\.$#', |
786 | | - 'count' => 1, |
787 | | - 'path' => __DIR__ . '/system/Debug/Toolbar/Collectors/Logs.php', |
788 | | -]; |
789 | 719 | $ignoreErrors[] = [ |
790 | 720 | 'message' => '#^Property CodeIgniter\\\\Log\\\\Logger\\:\\:\\$logCache \\(array\\) on left side of \\?\\? is not nullable\\.$#', |
791 | 721 | 'count' => 1, |
|
0 commit comments