|
786 | 786 | 'count' => 1, |
787 | 787 | 'path' => __DIR__ . '/system/Email/Email.php', |
788 | 788 | ]; |
789 | | -$ignoreErrors[] = [ |
790 | | - 'message' => '#^Method CodeIgniter\\\\Encryption\\\\Handlers\\\\SodiumHandler\\:\\:parseParams\\(\\) has no return type specified\\.$#', |
791 | | - 'count' => 1, |
792 | | - 'path' => __DIR__ . '/system/Encryption/Handlers/SodiumHandler.php', |
793 | | -]; |
794 | | -$ignoreErrors[] = [ |
795 | | - 'message' => '#^Property CodeIgniter\\\\Entity\\\\Entity\\:\\:\\$casts has no type specified\\.$#', |
796 | | - 'count' => 1, |
797 | | - 'path' => __DIR__ . '/system/Entity/Entity.php', |
798 | | -]; |
799 | | -$ignoreErrors[] = [ |
800 | | - 'message' => '#^Property CodeIgniter\\\\Entity\\\\Entity\\:\\:\\$datamap has no type specified\\.$#', |
801 | | - 'count' => 1, |
802 | | - 'path' => __DIR__ . '/system/Entity/Entity.php', |
803 | | -]; |
804 | | -$ignoreErrors[] = [ |
805 | | - 'message' => '#^Property CodeIgniter\\\\Entity\\\\Entity\\:\\:\\$dates has no type specified\\.$#', |
806 | | - 'count' => 1, |
807 | | - 'path' => __DIR__ . '/system/Entity/Entity.php', |
808 | | -]; |
809 | 789 | $ignoreErrors[] = [ |
810 | 790 | 'message' => '#^Method CodeIgniter\\\\Events\\\\Events\\:\\:on\\(\\) has parameter \\$callback with no signature specified for callable\\.$#', |
811 | 791 | 'count' => 1, |
|
1126 | 1106 | 'count' => 1, |
1127 | 1107 | 'path' => __DIR__ . '/system/Helpers/filesystem_helper.php', |
1128 | 1108 | ]; |
1129 | | -$ignoreErrors[] = [ |
1130 | | - 'message' => '#^Method CodeIgniter\\\\Honeypot\\\\Exceptions\\\\HoneypotException\\:\\:forNoHiddenValue\\(\\) has no return type specified\\.$#', |
1131 | | - 'count' => 1, |
1132 | | - 'path' => __DIR__ . '/system/Honeypot/Exceptions/HoneypotException.php', |
1133 | | -]; |
1134 | | -$ignoreErrors[] = [ |
1135 | | - 'message' => '#^Method CodeIgniter\\\\Honeypot\\\\Exceptions\\\\HoneypotException\\:\\:forNoNameField\\(\\) has no return type specified\\.$#', |
1136 | | - 'count' => 1, |
1137 | | - 'path' => __DIR__ . '/system/Honeypot/Exceptions/HoneypotException.php', |
1138 | | -]; |
1139 | | -$ignoreErrors[] = [ |
1140 | | - 'message' => '#^Method CodeIgniter\\\\Honeypot\\\\Exceptions\\\\HoneypotException\\:\\:forNoTemplate\\(\\) has no return type specified\\.$#', |
1141 | | - 'count' => 1, |
1142 | | - 'path' => __DIR__ . '/system/Honeypot/Exceptions/HoneypotException.php', |
1143 | | -]; |
1144 | | -$ignoreErrors[] = [ |
1145 | | - 'message' => '#^Method CodeIgniter\\\\Honeypot\\\\Exceptions\\\\HoneypotException\\:\\:isBot\\(\\) has no return type specified\\.$#', |
1146 | | - 'count' => 1, |
1147 | | - 'path' => __DIR__ . '/system/Honeypot/Exceptions/HoneypotException.php', |
1148 | | -]; |
1149 | | -$ignoreErrors[] = [ |
1150 | | - 'message' => '#^Method CodeIgniter\\\\Honeypot\\\\Honeypot\\:\\:attachHoneypot\\(\\) has no return type specified\\.$#', |
1151 | | - 'count' => 1, |
1152 | | - 'path' => __DIR__ . '/system/Honeypot/Honeypot.php', |
1153 | | -]; |
1154 | | -$ignoreErrors[] = [ |
1155 | | - 'message' => '#^Method CodeIgniter\\\\Honeypot\\\\Honeypot\\:\\:hasContent\\(\\) has no return type specified\\.$#', |
1156 | | - 'count' => 1, |
1157 | | - 'path' => __DIR__ . '/system/Honeypot/Honeypot.php', |
1158 | | -]; |
1159 | | -$ignoreErrors[] = [ |
1160 | | - 'message' => '#^Method CodeIgniter\\\\I18n\\\\Time\\:\\:setTestNow\\(\\) has no return type specified\\.$#', |
1161 | | - 'count' => 1, |
1162 | | - 'path' => __DIR__ . '/system/I18n/Time.php', |
1163 | | -]; |
1164 | | -$ignoreErrors[] = [ |
1165 | | - 'message' => '#^Method CodeIgniter\\\\I18n\\\\Time\\:\\:toDateTimeString\\(\\) has no return type specified\\.$#', |
1166 | | - 'count' => 1, |
1167 | | - 'path' => __DIR__ . '/system/I18n/Time.php', |
1168 | | -]; |
1169 | | -$ignoreErrors[] = [ |
1170 | | - 'message' => '#^Method CodeIgniter\\\\I18n\\\\TimeLegacy\\:\\:setTestNow\\(\\) has no return type specified\\.$#', |
1171 | | - 'count' => 1, |
1172 | | - 'path' => __DIR__ . '/system/I18n/TimeLegacy.php', |
1173 | | -]; |
1174 | | -$ignoreErrors[] = [ |
1175 | | - 'message' => '#^Method CodeIgniter\\\\I18n\\\\TimeLegacy\\:\\:toDateTimeString\\(\\) has no return type specified\\.$#', |
1176 | | - 'count' => 1, |
1177 | | - 'path' => __DIR__ . '/system/I18n/TimeLegacy.php', |
1178 | | -]; |
1179 | 1109 | $ignoreErrors[] = [ |
1180 | 1110 | 'message' => '#^Property CodeIgniter\\\\Images\\\\Handlers\\\\BaseHandler\\:\\:\\$image \\(CodeIgniter\\\\Images\\\\Image\\) in empty\\(\\) is not falsy\\.$#', |
1181 | 1111 | 'count' => 1, |
|
1446 | 1376 | 'count' => 1, |
1447 | 1377 | 'path' => __DIR__ . '/system/Router/RouterInterface.php', |
1448 | 1378 | ]; |
1449 | | -$ignoreErrors[] = [ |
1450 | | - 'message' => '#^Method CodeIgniter\\\\Security\\\\Exceptions\\\\SecurityException\\:\\:forDisallowedAction\\(\\) has no return type specified\\.$#', |
1451 | | - 'count' => 1, |
1452 | | - 'path' => __DIR__ . '/system/Security/Exceptions/SecurityException.php', |
1453 | | -]; |
1454 | | -$ignoreErrors[] = [ |
1455 | | - 'message' => '#^Method CodeIgniter\\\\Security\\\\Exceptions\\\\SecurityException\\:\\:forInvalidControlChars\\(\\) has no return type specified\\.$#', |
1456 | | - 'count' => 1, |
1457 | | - 'path' => __DIR__ . '/system/Security/Exceptions/SecurityException.php', |
1458 | | -]; |
1459 | | -$ignoreErrors[] = [ |
1460 | | - 'message' => '#^Method CodeIgniter\\\\Security\\\\Exceptions\\\\SecurityException\\:\\:forInvalidSameSite\\(\\) has no return type specified\\.$#', |
1461 | | - 'count' => 1, |
1462 | | - 'path' => __DIR__ . '/system/Security/Exceptions/SecurityException.php', |
1463 | | -]; |
1464 | | -$ignoreErrors[] = [ |
1465 | | - 'message' => '#^Method CodeIgniter\\\\Security\\\\Exceptions\\\\SecurityException\\:\\:forInvalidUTF8Chars\\(\\) has no return type specified\\.$#', |
1466 | | - 'count' => 1, |
1467 | | - 'path' => __DIR__ . '/system/Security/Exceptions/SecurityException.php', |
1468 | | -]; |
1469 | 1379 | $ignoreErrors[] = [ |
1470 | 1380 | 'message' => '#^Method CodeIgniter\\\\Session\\\\Exceptions\\\\SessionException\\:\\:forEmptySavepath\\(\\) has no return type specified\\.$#', |
1471 | 1381 | 'count' => 1, |
|
2226 | 2136 | 'count' => 1, |
2227 | 2137 | 'path' => __DIR__ . '/system/Throttle/Throttler.php', |
2228 | 2138 | ]; |
2229 | | -$ignoreErrors[] = [ |
2230 | | - 'message' => '#^Method CodeIgniter\\\\Validation\\\\Exceptions\\\\ValidationException\\:\\:forGroupNotArray\\(\\) has no return type specified\\.$#', |
2231 | | - 'count' => 1, |
2232 | | - 'path' => __DIR__ . '/system/Validation/Exceptions/ValidationException.php', |
2233 | | -]; |
2234 | | -$ignoreErrors[] = [ |
2235 | | - 'message' => '#^Method CodeIgniter\\\\Validation\\\\Exceptions\\\\ValidationException\\:\\:forGroupNotFound\\(\\) has no return type specified\\.$#', |
2236 | | - 'count' => 1, |
2237 | | - 'path' => __DIR__ . '/system/Validation/Exceptions/ValidationException.php', |
2238 | | -]; |
2239 | | -$ignoreErrors[] = [ |
2240 | | - 'message' => '#^Method CodeIgniter\\\\Validation\\\\Exceptions\\\\ValidationException\\:\\:forInvalidTemplate\\(\\) has no return type specified\\.$#', |
2241 | | - 'count' => 1, |
2242 | | - 'path' => __DIR__ . '/system/Validation/Exceptions/ValidationException.php', |
2243 | | -]; |
2244 | | -$ignoreErrors[] = [ |
2245 | | - 'message' => '#^Method CodeIgniter\\\\Validation\\\\Exceptions\\\\ValidationException\\:\\:forNoRuleSets\\(\\) has no return type specified\\.$#', |
2246 | | - 'count' => 1, |
2247 | | - 'path' => __DIR__ . '/system/Validation/Exceptions/ValidationException.php', |
2248 | | -]; |
2249 | | -$ignoreErrors[] = [ |
2250 | | - 'message' => '#^Method CodeIgniter\\\\Validation\\\\Exceptions\\\\ValidationException\\:\\:forRuleNotFound\\(\\) has no return type specified\\.$#', |
2251 | | - 'count' => 1, |
2252 | | - 'path' => __DIR__ . '/system/Validation/Exceptions/ValidationException.php', |
2253 | | -]; |
2254 | 2139 | $ignoreErrors[] = [ |
2255 | 2140 | 'message' => '#^Method CodeIgniter\\\\Validation\\\\Validation\\:\\:isClosure\\(\\) has parameter \\$rule with no signature specified for Closure\\.$#', |
2256 | 2141 | 'count' => 1, |
2257 | 2142 | 'path' => __DIR__ . '/system/Validation/Validation.php', |
2258 | 2143 | ]; |
2259 | | -$ignoreErrors[] = [ |
2260 | | - 'message' => '#^Method CodeIgniter\\\\Validation\\\\Validation\\:\\:loadRuleSets\\(\\) has no return type specified\\.$#', |
2261 | | - 'count' => 1, |
2262 | | - 'path' => __DIR__ . '/system/Validation/Validation.php', |
2263 | | -]; |
2264 | | -$ignoreErrors[] = [ |
2265 | | - 'message' => '#^Method CodeIgniter\\\\Validation\\\\Validation\\:\\:setRuleGroup\\(\\) has no return type specified\\.$#', |
2266 | | - 'count' => 1, |
2267 | | - 'path' => __DIR__ . '/system/Validation/Validation.php', |
2268 | | -]; |
2269 | | -$ignoreErrors[] = [ |
2270 | | - 'message' => '#^Method CodeIgniter\\\\Validation\\\\ValidationInterface\\:\\:setRuleGroup\\(\\) has no return type specified\\.$#', |
2271 | | - 'count' => 1, |
2272 | | - 'path' => __DIR__ . '/system/Validation/ValidationInterface.php', |
2273 | | -]; |
2274 | 2144 | $ignoreErrors[] = [ |
2275 | 2145 | 'message' => '#^Call to an undefined static method CodeIgniter\\\\Config\\\\Factories\\:\\:cells\\(\\)\\.$#', |
2276 | 2146 | 'count' => 1, |
|
0 commit comments