|
696 | 696 | 'count' => 1, |
697 | 697 | 'path' => __DIR__ . '/system/Database/Seeder.php', |
698 | 698 | ]; |
699 | | -$ignoreErrors[] = [ |
700 | | - 'message' => '#^Method CodeIgniter\\\\Debug\\\\Exceptions\\:\\:exceptionHandler\\(\\) has no return type specified\\.$#', |
701 | | - 'count' => 1, |
702 | | - 'path' => __DIR__ . '/system/Debug/Exceptions.php', |
703 | | -]; |
704 | | -$ignoreErrors[] = [ |
705 | | - 'message' => '#^Method CodeIgniter\\\\Debug\\\\Exceptions\\:\\:initialize\\(\\) has no return type specified\\.$#', |
706 | | - 'count' => 1, |
707 | | - 'path' => __DIR__ . '/system/Debug/Exceptions.php', |
708 | | -]; |
709 | | -$ignoreErrors[] = [ |
710 | | - 'message' => '#^Method CodeIgniter\\\\Debug\\\\Exceptions\\:\\:render\\(\\) has no return type specified\\.$#', |
711 | | - 'count' => 1, |
712 | | - 'path' => __DIR__ . '/system/Debug/Exceptions.php', |
713 | | -]; |
714 | | -$ignoreErrors[] = [ |
715 | | - 'message' => '#^Method CodeIgniter\\\\Debug\\\\Exceptions\\:\\:shutdownHandler\\(\\) has no return type specified\\.$#', |
716 | | - 'count' => 1, |
717 | | - 'path' => __DIR__ . '/system/Debug/Exceptions.php', |
718 | | -]; |
719 | | -$ignoreErrors[] = [ |
720 | | - 'message' => '#^Method CodeIgniter\\\\Debug\\\\Iterator\\:\\:add\\(\\) has parameter \\$closure with no signature specified for Closure\\.$#', |
721 | | - 'count' => 1, |
722 | | - 'path' => __DIR__ . '/system/Debug/Iterator.php', |
723 | | -]; |
724 | | -$ignoreErrors[] = [ |
725 | | - 'message' => '#^Method CodeIgniter\\\\Debug\\\\Timer\\:\\:record\\(\\) has parameter \\$callable with no signature specified for callable\\.$#', |
726 | | - 'count' => 1, |
727 | | - 'path' => __DIR__ . '/system/Debug/Timer.php', |
728 | | -]; |
729 | | -$ignoreErrors[] = [ |
730 | | - 'message' => '#^Method CodeIgniter\\\\Debug\\\\Toolbar\\:\\:prepare\\(\\) has no return type specified\\.$#', |
731 | | - 'count' => 1, |
732 | | - 'path' => __DIR__ . '/system/Debug/Toolbar.php', |
733 | | -]; |
734 | | -$ignoreErrors[] = [ |
735 | | - 'message' => '#^Method CodeIgniter\\\\Debug\\\\Toolbar\\:\\:respond\\(\\) has no return type specified\\.$#', |
736 | | - 'count' => 1, |
737 | | - 'path' => __DIR__ . '/system/Debug/Toolbar.php', |
738 | | -]; |
739 | | -$ignoreErrors[] = [ |
740 | | - 'message' => '#^Method CodeIgniter\\\\Debug\\\\Toolbar\\\\Collectors\\\\BaseCollector\\:\\:getBadgeValue\\(\\) has no return type specified\\.$#', |
741 | | - 'count' => 1, |
742 | | - 'path' => __DIR__ . '/system/Debug/Toolbar/Collectors/BaseCollector.php', |
743 | | -]; |
744 | | -$ignoreErrors[] = [ |
745 | | - 'message' => '#^Method CodeIgniter\\\\Debug\\\\Toolbar\\\\Collectors\\\\BaseCollector\\:\\:getVarData\\(\\) has no return type specified\\.$#', |
746 | | - 'count' => 1, |
747 | | - 'path' => __DIR__ . '/system/Debug/Toolbar/Collectors/BaseCollector.php', |
748 | | -]; |
749 | | -$ignoreErrors[] = [ |
750 | | - 'message' => '#^Method CodeIgniter\\\\Debug\\\\Toolbar\\\\Collectors\\\\Database\\:\\:collect\\(\\) has no return type specified\\.$#', |
751 | | - 'count' => 1, |
752 | | - 'path' => __DIR__ . '/system/Debug/Toolbar/Collectors/Database.php', |
753 | | -]; |
754 | | -$ignoreErrors[] = [ |
755 | | - 'message' => '#^Method CodeIgniter\\\\Debug\\\\Toolbar\\\\Collectors\\\\Database\\:\\:getConnections\\(\\) has no return type specified\\.$#', |
756 | | - 'count' => 1, |
757 | | - 'path' => __DIR__ . '/system/Debug/Toolbar/Collectors/Database.php', |
758 | | -]; |
759 | | -$ignoreErrors[] = [ |
760 | | - 'message' => '#^Method CodeIgniter\\\\Debug\\\\Toolbar\\\\Collectors\\\\History\\:\\:setFiles\\(\\) has no return type specified\\.$#', |
761 | | - 'count' => 1, |
762 | | - 'path' => __DIR__ . '/system/Debug/Toolbar/Collectors/History.php', |
763 | | -]; |
764 | | -$ignoreErrors[] = [ |
765 | | - 'message' => '#^Method CodeIgniter\\\\Debug\\\\Toolbar\\\\Collectors\\\\Logs\\:\\:collectLogs\\(\\) has no return type specified\\.$#', |
766 | | - 'count' => 1, |
767 | | - 'path' => __DIR__ . '/system/Debug/Toolbar/Collectors/Logs.php', |
768 | | -]; |
769 | 699 | $ignoreErrors[] = [ |
770 | 700 | 'message' => '#^Property CodeIgniter\\\\Log\\\\Logger\\:\\:\\$logCache \\(array\\) on left side of \\?\\? is not nullable\\.$#', |
771 | 701 | 'count' => 1, |
|
0 commit comments