|
16 | 16 | 'count' => 1, |
17 | 17 | 'path' => __DIR__ . '/system/BaseModel.php', |
18 | 18 | ]; |
19 | | -$ignoreErrors[] = [ |
20 | | - 'message' => '#^Method CodeIgniter\\\\Cache\\\\Handlers\\\\BaseHandler\\:\\:deleteMatching\\(\\) has no return type specified\\.$#', |
21 | | - 'count' => 1, |
22 | | - 'path' => __DIR__ . '/system/Cache/Handlers/BaseHandler.php', |
23 | | -]; |
24 | | -$ignoreErrors[] = [ |
25 | | - 'message' => '#^Method CodeIgniter\\\\Cache\\\\Handlers\\\\BaseHandler\\:\\:remember\\(\\) has parameter \\$callback with no signature specified for Closure\\.$#', |
26 | | - 'count' => 1, |
27 | | - 'path' => __DIR__ . '/system/Cache/Handlers/BaseHandler.php', |
28 | | -]; |
29 | | -$ignoreErrors[] = [ |
30 | | - 'message' => '#^Method CodeIgniter\\\\Cache\\\\Handlers\\\\DummyHandler\\:\\:deleteMatching\\(\\) has no return type specified\\.$#', |
31 | | - 'count' => 1, |
32 | | - 'path' => __DIR__ . '/system/Cache/Handlers/DummyHandler.php', |
33 | | -]; |
34 | | -$ignoreErrors[] = [ |
35 | | - 'message' => '#^Method CodeIgniter\\\\Cache\\\\Handlers\\\\DummyHandler\\:\\:remember\\(\\) has parameter \\$callback with no signature specified for Closure\\.$#', |
36 | | - 'count' => 1, |
37 | | - 'path' => __DIR__ . '/system/Cache/Handlers/DummyHandler.php', |
38 | | -]; |
39 | | -$ignoreErrors[] = [ |
40 | | - 'message' => '#^Method CodeIgniter\\\\Cache\\\\Handlers\\\\FileHandler\\:\\:deleteMatching\\(\\) has no return type specified\\.$#', |
41 | | - 'count' => 1, |
42 | | - 'path' => __DIR__ . '/system/Cache/Handlers/FileHandler.php', |
43 | | -]; |
44 | | -$ignoreErrors[] = [ |
45 | | - 'message' => '#^Method CodeIgniter\\\\Cache\\\\Handlers\\\\MemcachedHandler\\:\\:deleteMatching\\(\\) has no return type specified\\.$#', |
46 | | - 'count' => 1, |
47 | | - 'path' => __DIR__ . '/system/Cache/Handlers/MemcachedHandler.php', |
48 | | -]; |
49 | | -$ignoreErrors[] = [ |
50 | | - 'message' => '#^Method CodeIgniter\\\\Cache\\\\Handlers\\\\PredisHandler\\:\\:deleteMatching\\(\\) has no return type specified\\.$#', |
51 | | - 'count' => 1, |
52 | | - 'path' => __DIR__ . '/system/Cache/Handlers/PredisHandler.php', |
53 | | -]; |
54 | | -$ignoreErrors[] = [ |
55 | | - 'message' => '#^Method CodeIgniter\\\\Cache\\\\Handlers\\\\RedisHandler\\:\\:deleteMatching\\(\\) has no return type specified\\.$#', |
56 | | - 'count' => 1, |
57 | | - 'path' => __DIR__ . '/system/Cache/Handlers/RedisHandler.php', |
58 | | -]; |
59 | | -$ignoreErrors[] = [ |
60 | | - 'message' => '#^Method CodeIgniter\\\\Cache\\\\Handlers\\\\WincacheHandler\\:\\:deleteMatching\\(\\) has no return type specified\\.$#', |
61 | | - 'count' => 1, |
62 | | - 'path' => __DIR__ . '/system/Cache/Handlers/WincacheHandler.php', |
63 | | -]; |
64 | 19 | $ignoreErrors[] = [ |
65 | 20 | 'message' => '#^Method CodeIgniter\\\\CodeIgniter\\:\\:bootstrapEnvironment\\(\\) has no return type specified\\.$#', |
66 | 21 | 'count' => 1, |
67 | 22 | 'path' => __DIR__ . '/system/CodeIgniter.php', |
68 | 23 | ]; |
69 | | -$ignoreErrors[] = [ |
70 | | - 'message' => '#^Method CodeIgniter\\\\CodeIgniter\\:\\:cache\\(\\) has no return type specified\\.$#', |
71 | | - 'count' => 1, |
72 | | - 'path' => __DIR__ . '/system/CodeIgniter.php', |
73 | | -]; |
74 | 24 | $ignoreErrors[] = [ |
75 | 25 | 'message' => '#^Method CodeIgniter\\\\CodeIgniter\\:\\:callExit\\(\\) has no return type specified\\.$#', |
76 | 26 | 'count' => 1, |
|
1436 | 1386 | 'count' => 1, |
1437 | 1387 | 'path' => __DIR__ . '/system/Test/Mock/MockCache.php', |
1438 | 1388 | ]; |
1439 | | -$ignoreErrors[] = [ |
1440 | | - 'message' => '#^Method CodeIgniter\\\\Test\\\\Mock\\\\MockCache\\:\\:remember\\(\\) has parameter \\$callback with no signature specified for Closure\\.$#', |
1441 | | - 'count' => 1, |
1442 | | - 'path' => __DIR__ . '/system/Test/Mock/MockCache.php', |
1443 | | -]; |
1444 | 1389 | $ignoreErrors[] = [ |
1445 | 1390 | 'message' => '#^Method CodeIgniter\\\\Test\\\\Mock\\\\MockCodeIgniter\\:\\:callExit\\(\\) has no return type specified\\.$#', |
1446 | 1391 | 'count' => 1, |
|
0 commit comments