|
316 | 316 | 'count' => 1, |
317 | 317 | 'path' => __DIR__ . '/system/ComposerScripts.php', |
318 | 318 | ]; |
319 | | -$ignoreErrors[] = [ |
320 | | - 'message' => '#^Method CodeIgniter\\\\Config\\\\BaseConfig\\:\\:registerProperties\\(\\) has no return type specified\\.$#', |
321 | | - 'count' => 1, |
322 | | - 'path' => __DIR__ . '/system/Config/BaseConfig.php', |
323 | | -]; |
324 | | -$ignoreErrors[] = [ |
325 | | - 'message' => '#^Method CodeIgniter\\\\Config\\\\BaseService\\:\\:injectMock\\(\\) has no return type specified\\.$#', |
326 | | - 'count' => 1, |
327 | | - 'path' => __DIR__ . '/system/Config/BaseService.php', |
328 | | -]; |
329 | | -$ignoreErrors[] = [ |
330 | | - 'message' => '#^Method CodeIgniter\\\\Config\\\\BaseService\\:\\:reset\\(\\) has no return type specified\\.$#', |
331 | | - 'count' => 1, |
332 | | - 'path' => __DIR__ . '/system/Config/BaseService.php', |
333 | | -]; |
334 | | -$ignoreErrors[] = [ |
335 | | - 'message' => '#^Method CodeIgniter\\\\Config\\\\BaseService\\:\\:resetSingle\\(\\) has no return type specified\\.$#', |
336 | | - 'count' => 1, |
337 | | - 'path' => __DIR__ . '/system/Config/BaseService.php', |
338 | | -]; |
339 | | -$ignoreErrors[] = [ |
340 | | - 'message' => '#^Method CodeIgniter\\\\Config\\\\Config\\:\\:injectMock\\(\\) has no return type specified\\.$#', |
341 | | - 'count' => 1, |
342 | | - 'path' => __DIR__ . '/system/Config/Config.php', |
343 | | -]; |
344 | | -$ignoreErrors[] = [ |
345 | | - 'message' => '#^Method CodeIgniter\\\\Config\\\\Config\\:\\:reset\\(\\) has no return type specified\\.$#', |
346 | | - 'count' => 1, |
347 | | - 'path' => __DIR__ . '/system/Config/Config.php', |
348 | | -]; |
349 | | -$ignoreErrors[] = [ |
350 | | - 'message' => '#^Method CodeIgniter\\\\Config\\\\DotEnv\\:\\:setVariable\\(\\) has no return type specified\\.$#', |
351 | | - 'count' => 1, |
352 | | - 'path' => __DIR__ . '/system/Config/DotEnv.php', |
353 | | -]; |
354 | | -$ignoreErrors[] = [ |
355 | | - 'message' => '#^Method CodeIgniter\\\\Config\\\\Factories\\:\\:injectMock\\(\\) has no return type specified\\.$#', |
356 | | - 'count' => 1, |
357 | | - 'path' => __DIR__ . '/system/Config/Factories.php', |
358 | | -]; |
359 | | -$ignoreErrors[] = [ |
360 | | - 'message' => '#^Method CodeIgniter\\\\Config\\\\Factories\\:\\:reset\\(\\) has no return type specified\\.$#', |
361 | | - 'count' => 1, |
362 | | - 'path' => __DIR__ . '/system/Config/Factories.php', |
363 | | -]; |
364 | | -$ignoreErrors[] = [ |
365 | | - 'message' => '#^Property CodeIgniter\\\\Config\\\\ForeignCharacters\\:\\:\\$characterList has no type specified\\.$#', |
366 | | - 'count' => 1, |
367 | | - 'path' => __DIR__ . '/system/Config/ForeignCharacters.php', |
368 | | -]; |
369 | | -$ignoreErrors[] = [ |
370 | | - 'message' => '#^Method CodeIgniter\\\\Config\\\\Publisher\\:\\:registerProperties\\(\\) has no return type specified\\.$#', |
371 | | - 'count' => 1, |
372 | | - 'path' => __DIR__ . '/system/Config/Publisher.php', |
373 | | -]; |
374 | | -$ignoreErrors[] = [ |
375 | | - 'message' => '#^Property CodeIgniter\\\\Config\\\\View\\:\\:\\$filters has no type specified\\.$#', |
376 | | - 'count' => 1, |
377 | | - 'path' => __DIR__ . '/system/Config/View.php', |
378 | | -]; |
379 | | -$ignoreErrors[] = [ |
380 | | - 'message' => '#^Property CodeIgniter\\\\Config\\\\View\\:\\:\\$plugins has no type specified\\.$#', |
381 | | - 'count' => 1, |
382 | | - 'path' => __DIR__ . '/system/Config/View.php', |
383 | | -]; |
384 | 319 | $ignoreErrors[] = [ |
385 | 320 | 'message' => '#^Method CodeIgniter\\\\Controller\\:\\:cachePage\\(\\) has no return type specified\\.$#', |
386 | 321 | 'count' => 1, |
|
0 commit comments