|
1246 | 1246 | 'count' => 1, |
1247 | 1247 | 'path' => __DIR__ . '/system/HTTP/UserAgent.php', |
1248 | 1248 | ]; |
1249 | | -$ignoreErrors[] = [ |
1250 | | - 'message' => '#^Function delete_cookie\\(\\) has no return type specified\\.$#', |
1251 | | - 'count' => 1, |
1252 | | - 'path' => __DIR__ . '/system/Helpers/cookie_helper.php', |
1253 | | -]; |
1254 | | -$ignoreErrors[] = [ |
1255 | | - 'message' => '#^Function set_cookie\\(\\) has no return type specified\\.$#', |
1256 | | - 'count' => 1, |
1257 | | - 'path' => __DIR__ . '/system/Helpers/cookie_helper.php', |
1258 | | -]; |
1259 | 1249 | $ignoreErrors[] = [ |
1260 | 1250 | 'message' => '#^Right side of && is always true\\.$#', |
1261 | 1251 | 'count' => 1, |
1262 | 1252 | 'path' => __DIR__ . '/system/Helpers/filesystem_helper.php', |
1263 | 1253 | ]; |
1264 | | -$ignoreErrors[] = [ |
1265 | | - 'message' => '#^Function d\\(\\) has no return type specified\\.$#', |
1266 | | - 'count' => 1, |
1267 | | - 'path' => __DIR__ . '/system/Helpers/kint_helper.php', |
1268 | | -]; |
1269 | | -$ignoreErrors[] = [ |
1270 | | - 'message' => '#^Function d\\(\\) has parameter \\$vars with no type specified\\.$#', |
1271 | | - 'count' => 1, |
1272 | | - 'path' => __DIR__ . '/system/Helpers/kint_helper.php', |
1273 | | -]; |
1274 | | -$ignoreErrors[] = [ |
1275 | | - 'message' => '#^Function dd\\(\\) has no return type specified\\.$#', |
1276 | | - 'count' => 2, |
1277 | | - 'path' => __DIR__ . '/system/Helpers/kint_helper.php', |
1278 | | -]; |
1279 | | -$ignoreErrors[] = [ |
1280 | | - 'message' => '#^Function dd\\(\\) has parameter \\$vars with no type specified\\.$#', |
1281 | | - 'count' => 1, |
1282 | | - 'path' => __DIR__ . '/system/Helpers/kint_helper.php', |
1283 | | -]; |
1284 | | -$ignoreErrors[] = [ |
1285 | | - 'message' => '#^Function trace\\(\\) has no return type specified\\.$#', |
1286 | | - 'count' => 2, |
1287 | | - 'path' => __DIR__ . '/system/Helpers/kint_helper.php', |
1288 | | -]; |
1289 | | -$ignoreErrors[] = [ |
1290 | | - 'message' => '#^Function mock\\(\\) has no return type specified\\.$#', |
1291 | | - 'count' => 1, |
1292 | | - 'path' => __DIR__ . '/system/Helpers/test_helper.php', |
1293 | | -]; |
1294 | 1254 | $ignoreErrors[] = [ |
1295 | 1255 | 'message' => '#^Method CodeIgniter\\\\Honeypot\\\\Exceptions\\\\HoneypotException\\:\\:forNoHiddenValue\\(\\) has no return type specified\\.$#', |
1296 | 1256 | 'count' => 1, |
|
0 commit comments