|
16 | 16 | 'count' => 1, |
17 | 17 | 'path' => __DIR__ . '/system/BaseModel.php', |
18 | 18 | ]; |
19 | | -$ignoreErrors[] = [ |
20 | | - 'message' => '#^Method CodeIgniter\\\\Cache\\\\CacheInterface\\:\\:initialize\\(\\) has no return type specified\\.$#', |
21 | | - 'count' => 1, |
22 | | - 'path' => __DIR__ . '/system/Cache/CacheInterface.php', |
23 | | -]; |
24 | 19 | $ignoreErrors[] = [ |
25 | 20 | 'message' => '#^Method CodeIgniter\\\\Cache\\\\Handlers\\\\BaseHandler\\:\\:deleteMatching\\(\\) has no return type specified\\.$#', |
26 | 21 | 'count' => 1, |
|
36 | 31 | 'count' => 1, |
37 | 32 | 'path' => __DIR__ . '/system/Cache/Handlers/DummyHandler.php', |
38 | 33 | ]; |
39 | | -$ignoreErrors[] = [ |
40 | | - 'message' => '#^Method CodeIgniter\\\\Cache\\\\Handlers\\\\DummyHandler\\:\\:initialize\\(\\) has no return type specified\\.$#', |
41 | | - 'count' => 1, |
42 | | - 'path' => __DIR__ . '/system/Cache/Handlers/DummyHandler.php', |
43 | | -]; |
44 | 34 | $ignoreErrors[] = [ |
45 | 35 | 'message' => '#^Method CodeIgniter\\\\Cache\\\\Handlers\\\\DummyHandler\\:\\:remember\\(\\) has parameter \\$callback with no signature specified for Closure\\.$#', |
46 | 36 | 'count' => 1, |
|
51 | 41 | 'count' => 1, |
52 | 42 | 'path' => __DIR__ . '/system/Cache/Handlers/FileHandler.php', |
53 | 43 | ]; |
54 | | -$ignoreErrors[] = [ |
55 | | - 'message' => '#^Method CodeIgniter\\\\Cache\\\\Handlers\\\\FileHandler\\:\\:initialize\\(\\) has no return type specified\\.$#', |
56 | | - 'count' => 1, |
57 | | - 'path' => __DIR__ . '/system/Cache/Handlers/FileHandler.php', |
58 | | -]; |
59 | 44 | $ignoreErrors[] = [ |
60 | 45 | 'message' => '#^Method CodeIgniter\\\\Cache\\\\Handlers\\\\MemcachedHandler\\:\\:deleteMatching\\(\\) has no return type specified\\.$#', |
61 | 46 | 'count' => 1, |
62 | 47 | 'path' => __DIR__ . '/system/Cache/Handlers/MemcachedHandler.php', |
63 | 48 | ]; |
64 | | -$ignoreErrors[] = [ |
65 | | - 'message' => '#^Method CodeIgniter\\\\Cache\\\\Handlers\\\\MemcachedHandler\\:\\:initialize\\(\\) has no return type specified\\.$#', |
66 | | - 'count' => 1, |
67 | | - 'path' => __DIR__ . '/system/Cache/Handlers/MemcachedHandler.php', |
68 | | -]; |
69 | 49 | $ignoreErrors[] = [ |
70 | 50 | 'message' => '#^Method CodeIgniter\\\\Cache\\\\Handlers\\\\PredisHandler\\:\\:deleteMatching\\(\\) has no return type specified\\.$#', |
71 | 51 | 'count' => 1, |
72 | 52 | 'path' => __DIR__ . '/system/Cache/Handlers/PredisHandler.php', |
73 | 53 | ]; |
74 | | -$ignoreErrors[] = [ |
75 | | - 'message' => '#^Method CodeIgniter\\\\Cache\\\\Handlers\\\\PredisHandler\\:\\:initialize\\(\\) has no return type specified\\.$#', |
76 | | - 'count' => 1, |
77 | | - 'path' => __DIR__ . '/system/Cache/Handlers/PredisHandler.php', |
78 | | -]; |
79 | 54 | $ignoreErrors[] = [ |
80 | 55 | 'message' => '#^Method CodeIgniter\\\\Cache\\\\Handlers\\\\RedisHandler\\:\\:deleteMatching\\(\\) has no return type specified\\.$#', |
81 | 56 | 'count' => 1, |
82 | 57 | 'path' => __DIR__ . '/system/Cache/Handlers/RedisHandler.php', |
83 | 58 | ]; |
84 | | -$ignoreErrors[] = [ |
85 | | - 'message' => '#^Method CodeIgniter\\\\Cache\\\\Handlers\\\\RedisHandler\\:\\:initialize\\(\\) has no return type specified\\.$#', |
86 | | - 'count' => 1, |
87 | | - 'path' => __DIR__ . '/system/Cache/Handlers/RedisHandler.php', |
88 | | -]; |
89 | 59 | $ignoreErrors[] = [ |
90 | 60 | 'message' => '#^Method CodeIgniter\\\\Cache\\\\Handlers\\\\WincacheHandler\\:\\:deleteMatching\\(\\) has no return type specified\\.$#', |
91 | 61 | 'count' => 1, |
92 | 62 | 'path' => __DIR__ . '/system/Cache/Handlers/WincacheHandler.php', |
93 | 63 | ]; |
94 | | -$ignoreErrors[] = [ |
95 | | - 'message' => '#^Method CodeIgniter\\\\Cache\\\\Handlers\\\\WincacheHandler\\:\\:initialize\\(\\) has no return type specified\\.$#', |
96 | | - 'count' => 1, |
97 | | - 'path' => __DIR__ . '/system/Cache/Handlers/WincacheHandler.php', |
98 | | -]; |
99 | 64 | $ignoreErrors[] = [ |
100 | 65 | 'message' => '#^Call to an undefined method CodeIgniter\\\\HTTP\\\\Request\\:\\:getPost\\(\\)\\.$#', |
101 | 66 | 'count' => 1, |
|
2286 | 2251 | 'count' => 1, |
2287 | 2252 | 'path' => __DIR__ . '/system/Test/Mock/MockCache.php', |
2288 | 2253 | ]; |
2289 | | -$ignoreErrors[] = [ |
2290 | | - 'message' => '#^Method CodeIgniter\\\\Test\\\\Mock\\\\MockCache\\:\\:initialize\\(\\) has no return type specified\\.$#', |
2291 | | - 'count' => 1, |
2292 | | - 'path' => __DIR__ . '/system/Test/Mock/MockCache.php', |
2293 | | -]; |
2294 | 2254 | $ignoreErrors[] = [ |
2295 | 2255 | 'message' => '#^Method CodeIgniter\\\\Test\\\\Mock\\\\MockCache\\:\\:remember\\(\\) has parameter \\$callback with no signature specified for Closure\\.$#', |
2296 | 2256 | 'count' => 1, |
|
0 commit comments