|
676 | 676 | 'count' => 1, |
677 | 677 | 'path' => __DIR__ . '/system/Database/Seeder.php', |
678 | 678 | ]; |
679 | | -$ignoreErrors[] = [ |
680 | | - 'message' => '#^Method CodeIgniter\\\\Debug\\\\Exceptions\\:\\:exceptionHandler\\(\\) has no return type specified\\.$#', |
681 | | - 'count' => 1, |
682 | | - 'path' => __DIR__ . '/system/Debug/Exceptions.php', |
683 | | -]; |
684 | | -$ignoreErrors[] = [ |
685 | | - 'message' => '#^Method CodeIgniter\\\\Debug\\\\Exceptions\\:\\:initialize\\(\\) has no return type specified\\.$#', |
686 | | - 'count' => 1, |
687 | | - 'path' => __DIR__ . '/system/Debug/Exceptions.php', |
688 | | -]; |
689 | | -$ignoreErrors[] = [ |
690 | | - 'message' => '#^Method CodeIgniter\\\\Debug\\\\Exceptions\\:\\:render\\(\\) has no return type specified\\.$#', |
691 | | - 'count' => 1, |
692 | | - 'path' => __DIR__ . '/system/Debug/Exceptions.php', |
693 | | -]; |
694 | | -$ignoreErrors[] = [ |
695 | | - 'message' => '#^Method CodeIgniter\\\\Debug\\\\Exceptions\\:\\:shutdownHandler\\(\\) has no return type specified\\.$#', |
696 | | - 'count' => 1, |
697 | | - 'path' => __DIR__ . '/system/Debug/Exceptions.php', |
698 | | -]; |
699 | | -$ignoreErrors[] = [ |
700 | | - 'message' => '#^Method CodeIgniter\\\\Debug\\\\Iterator\\:\\:add\\(\\) has parameter \\$closure with no signature specified for Closure\\.$#', |
701 | | - 'count' => 1, |
702 | | - 'path' => __DIR__ . '/system/Debug/Iterator.php', |
703 | | -]; |
704 | | -$ignoreErrors[] = [ |
705 | | - 'message' => '#^Method CodeIgniter\\\\Debug\\\\Timer\\:\\:record\\(\\) has parameter \\$callable with no signature specified for callable\\.$#', |
706 | | - 'count' => 1, |
707 | | - 'path' => __DIR__ . '/system/Debug/Timer.php', |
708 | | -]; |
709 | | -$ignoreErrors[] = [ |
710 | | - 'message' => '#^Method CodeIgniter\\\\Debug\\\\Toolbar\\:\\:prepare\\(\\) has no return type specified\\.$#', |
711 | | - 'count' => 1, |
712 | | - 'path' => __DIR__ . '/system/Debug/Toolbar.php', |
713 | | -]; |
714 | | -$ignoreErrors[] = [ |
715 | | - 'message' => '#^Method CodeIgniter\\\\Debug\\\\Toolbar\\:\\:respond\\(\\) has no return type specified\\.$#', |
716 | | - 'count' => 1, |
717 | | - 'path' => __DIR__ . '/system/Debug/Toolbar.php', |
718 | | -]; |
719 | | -$ignoreErrors[] = [ |
720 | | - 'message' => '#^Method CodeIgniter\\\\Debug\\\\Toolbar\\\\Collectors\\\\BaseCollector\\:\\:getBadgeValue\\(\\) has no return type specified\\.$#', |
721 | | - 'count' => 1, |
722 | | - 'path' => __DIR__ . '/system/Debug/Toolbar/Collectors/BaseCollector.php', |
723 | | -]; |
724 | | -$ignoreErrors[] = [ |
725 | | - 'message' => '#^Method CodeIgniter\\\\Debug\\\\Toolbar\\\\Collectors\\\\BaseCollector\\:\\:getVarData\\(\\) has no return type specified\\.$#', |
726 | | - 'count' => 1, |
727 | | - 'path' => __DIR__ . '/system/Debug/Toolbar/Collectors/BaseCollector.php', |
728 | | -]; |
729 | | -$ignoreErrors[] = [ |
730 | | - 'message' => '#^Method CodeIgniter\\\\Debug\\\\Toolbar\\\\Collectors\\\\Database\\:\\:collect\\(\\) has no return type specified\\.$#', |
731 | | - 'count' => 1, |
732 | | - 'path' => __DIR__ . '/system/Debug/Toolbar/Collectors/Database.php', |
733 | | -]; |
734 | | -$ignoreErrors[] = [ |
735 | | - 'message' => '#^Method CodeIgniter\\\\Debug\\\\Toolbar\\\\Collectors\\\\Database\\:\\:getConnections\\(\\) has no return type specified\\.$#', |
736 | | - 'count' => 1, |
737 | | - 'path' => __DIR__ . '/system/Debug/Toolbar/Collectors/Database.php', |
738 | | -]; |
739 | | -$ignoreErrors[] = [ |
740 | | - 'message' => '#^Method CodeIgniter\\\\Debug\\\\Toolbar\\\\Collectors\\\\History\\:\\:setFiles\\(\\) has no return type specified\\.$#', |
741 | | - 'count' => 1, |
742 | | - 'path' => __DIR__ . '/system/Debug/Toolbar/Collectors/History.php', |
743 | | -]; |
744 | | -$ignoreErrors[] = [ |
745 | | - 'message' => '#^Method CodeIgniter\\\\Debug\\\\Toolbar\\\\Collectors\\\\Logs\\:\\:collectLogs\\(\\) has no return type specified\\.$#', |
746 | | - 'count' => 1, |
747 | | - 'path' => __DIR__ . '/system/Debug/Toolbar/Collectors/Logs.php', |
748 | | -]; |
749 | 679 | $ignoreErrors[] = [ |
750 | 680 | 'message' => '#^Property CodeIgniter\\\\Log\\\\Logger\\:\\:\\$logCache \\(array\\) on left side of \\?\\? is not nullable\\.$#', |
751 | 681 | 'count' => 1, |
|
1091 | 1021 | 'count' => 1, |
1092 | 1022 | 'path' => __DIR__ . '/system/Model.php', |
1093 | 1023 | ]; |
1094 | | -$ignoreErrors[] = [ |
1095 | | - 'message' => '#^Method CodeIgniter\\\\Router\\\\AutoRouter\\:\\:setDirectory\\(\\) has no return type specified\\.$#', |
1096 | | - 'count' => 1, |
1097 | | - 'path' => __DIR__ . '/system/Router/AutoRouter.php', |
1098 | | -]; |
1099 | 1024 | $ignoreErrors[] = [ |
1100 | 1025 | 'message' => '#^Property CodeIgniter\\\\Router\\\\AutoRouter\\:\\:\\$cliRoutes type has no signature specified for Closure\\.$#', |
1101 | 1026 | 'count' => 1, |
|
1111 | 1036 | 'count' => 1, |
1112 | 1037 | 'path' => __DIR__ . '/system/Router/RouteCollection.php', |
1113 | 1038 | ]; |
1114 | | -$ignoreErrors[] = [ |
1115 | | - 'message' => '#^Method CodeIgniter\\\\Router\\\\RouteCollection\\:\\:create\\(\\) has no return type specified\\.$#', |
1116 | | - 'count' => 1, |
1117 | | - 'path' => __DIR__ . '/system/Router/RouteCollection.php', |
1118 | | -]; |
1119 | 1039 | $ignoreErrors[] = [ |
1120 | 1040 | 'message' => '#^Method CodeIgniter\\\\Router\\\\RouteCollection\\:\\:create\\(\\) has parameter \\$to with no signature specified for Closure\\.$#', |
1121 | 1041 | 'count' => 1, |
|
1126 | 1046 | 'count' => 1, |
1127 | 1047 | 'path' => __DIR__ . '/system/Router/RouteCollection.php', |
1128 | 1048 | ]; |
1129 | | -$ignoreErrors[] = [ |
1130 | | - 'message' => '#^Method CodeIgniter\\\\Router\\\\RouteCollection\\:\\:discoverRoutes\\(\\) has no return type specified\\.$#', |
1131 | | - 'count' => 1, |
1132 | | - 'path' => __DIR__ . '/system/Router/RouteCollection.php', |
1133 | | -]; |
1134 | 1049 | $ignoreErrors[] = [ |
1135 | 1050 | 'message' => '#^Method CodeIgniter\\\\Router\\\\RouteCollection\\:\\:environment\\(\\) has parameter \\$callback with no signature specified for Closure\\.$#', |
1136 | 1051 | 'count' => 1, |
|
1151 | 1066 | 'count' => 1, |
1152 | 1067 | 'path' => __DIR__ . '/system/Router/RouteCollection.php', |
1153 | 1068 | ]; |
1154 | | -$ignoreErrors[] = [ |
1155 | | - 'message' => '#^Method CodeIgniter\\\\Router\\\\RouteCollection\\:\\:group\\(\\) has no return type specified\\.$#', |
1156 | | - 'count' => 1, |
1157 | | - 'path' => __DIR__ . '/system/Router/RouteCollection.php', |
1158 | | -]; |
1159 | 1069 | $ignoreErrors[] = [ |
1160 | 1070 | 'message' => '#^Method CodeIgniter\\\\Router\\\\RouteCollection\\:\\:group\\(\\) has parameter \\$params with no signature specified for callable\\.$#', |
1161 | 1071 | 'count' => 1, |
|
1191 | 1101 | 'count' => 1, |
1192 | 1102 | 'path' => __DIR__ . '/system/Router/RouteCollection.php', |
1193 | 1103 | ]; |
1194 | | -$ignoreErrors[] = [ |
1195 | | - 'message' => '#^Method CodeIgniter\\\\Router\\\\RouteCollection\\:\\:resetRoutes\\(\\) has no return type specified\\.$#', |
1196 | | - 'count' => 1, |
1197 | | - 'path' => __DIR__ . '/system/Router/RouteCollection.php', |
1198 | | -]; |
1199 | 1104 | $ignoreErrors[] = [ |
1200 | 1105 | 'message' => '#^Method CodeIgniter\\\\Router\\\\RouteCollection\\:\\:set404Override\\(\\) has parameter \\$callable with no signature specified for callable\\.$#', |
1201 | 1106 | 'count' => 1, |
|
1261 | 1166 | 'count' => 1, |
1262 | 1167 | 'path' => __DIR__ . '/system/Router/Router.php', |
1263 | 1168 | ]; |
1264 | | -$ignoreErrors[] = [ |
1265 | | - 'message' => '#^Method CodeIgniter\\\\Router\\\\Router\\:\\:autoRoute\\(\\) has no return type specified\\.$#', |
1266 | | - 'count' => 1, |
1267 | | - 'path' => __DIR__ . '/system/Router/Router.php', |
1268 | | -]; |
1269 | 1169 | $ignoreErrors[] = [ |
1270 | 1170 | 'message' => '#^Method CodeIgniter\\\\Router\\\\Router\\:\\:controllerName\\(\\) return type has no signature specified for Closure\\.$#', |
1271 | 1171 | 'count' => 1, |
|
1281 | 1181 | 'count' => 1, |
1282 | 1182 | 'path' => __DIR__ . '/system/Router/Router.php', |
1283 | 1183 | ]; |
1284 | | -$ignoreErrors[] = [ |
1285 | | - 'message' => '#^Method CodeIgniter\\\\Router\\\\Router\\:\\:setDefaultController\\(\\) has no return type specified\\.$#', |
1286 | | - 'count' => 1, |
1287 | | - 'path' => __DIR__ . '/system/Router/Router.php', |
1288 | | -]; |
1289 | | -$ignoreErrors[] = [ |
1290 | | - 'message' => '#^Method CodeIgniter\\\\Router\\\\Router\\:\\:setDirectory\\(\\) has no return type specified\\.$#', |
1291 | | - 'count' => 1, |
1292 | | - 'path' => __DIR__ . '/system/Router/Router.php', |
1293 | | -]; |
1294 | 1184 | $ignoreErrors[] = [ |
1295 | 1185 | 'message' => '#^Method CodeIgniter\\\\Router\\\\Router\\:\\:setMatchedRoute\\(\\) has parameter \\$handler with no signature specified for callable\\.$#', |
1296 | 1186 | 'count' => 1, |
1297 | 1187 | 'path' => __DIR__ . '/system/Router/Router.php', |
1298 | 1188 | ]; |
1299 | | -$ignoreErrors[] = [ |
1300 | | - 'message' => '#^Method CodeIgniter\\\\Router\\\\Router\\:\\:setRequest\\(\\) has no return type specified\\.$#', |
1301 | | - 'count' => 1, |
1302 | | - 'path' => __DIR__ . '/system/Router/Router.php', |
1303 | | -]; |
1304 | 1189 | $ignoreErrors[] = [ |
1305 | 1190 | 'message' => '#^Property CodeIgniter\\\\Router\\\\Router\\:\\:\\$controller type has no signature specified for Closure\\.$#', |
1306 | 1191 | 'count' => 1, |
|
0 commit comments