|
6 | 6 | 'count' => 1, |
7 | 7 | 'path' => __DIR__ . '/system/BaseModel.php', |
8 | 8 | ]; |
9 | | -$ignoreErrors[] = [ |
10 | | - 'message' => '#^Method CodeIgniter\\\\Cache\\\\CacheInterface\\:\\:initialize\\(\\) has no return type specified\\.$#', |
11 | | - 'count' => 1, |
12 | | - 'path' => __DIR__ . '/system/Cache/CacheInterface.php', |
13 | | -]; |
14 | 9 | $ignoreErrors[] = [ |
15 | 10 | 'message' => '#^Method CodeIgniter\\\\Cache\\\\Handlers\\\\BaseHandler\\:\\:deleteMatching\\(\\) has no return type specified\\.$#', |
16 | 11 | 'count' => 1, |
|
26 | 21 | 'count' => 1, |
27 | 22 | 'path' => __DIR__ . '/system/Cache/Handlers/DummyHandler.php', |
28 | 23 | ]; |
29 | | -$ignoreErrors[] = [ |
30 | | - 'message' => '#^Method CodeIgniter\\\\Cache\\\\Handlers\\\\DummyHandler\\:\\:initialize\\(\\) has no return type specified\\.$#', |
31 | | - 'count' => 1, |
32 | | - 'path' => __DIR__ . '/system/Cache/Handlers/DummyHandler.php', |
33 | | -]; |
34 | 24 | $ignoreErrors[] = [ |
35 | 25 | 'message' => '#^Method CodeIgniter\\\\Cache\\\\Handlers\\\\DummyHandler\\:\\:remember\\(\\) has parameter \\$callback with no signature specified for Closure\\.$#', |
36 | 26 | 'count' => 1, |
|
41 | 31 | 'count' => 1, |
42 | 32 | 'path' => __DIR__ . '/system/Cache/Handlers/FileHandler.php', |
43 | 33 | ]; |
44 | | -$ignoreErrors[] = [ |
45 | | - 'message' => '#^Method CodeIgniter\\\\Cache\\\\Handlers\\\\FileHandler\\:\\:initialize\\(\\) has no return type specified\\.$#', |
46 | | - 'count' => 1, |
47 | | - 'path' => __DIR__ . '/system/Cache/Handlers/FileHandler.php', |
48 | | -]; |
49 | 34 | $ignoreErrors[] = [ |
50 | 35 | 'message' => '#^Method CodeIgniter\\\\Cache\\\\Handlers\\\\MemcachedHandler\\:\\:deleteMatching\\(\\) has no return type specified\\.$#', |
51 | 36 | 'count' => 1, |
52 | 37 | 'path' => __DIR__ . '/system/Cache/Handlers/MemcachedHandler.php', |
53 | 38 | ]; |
54 | | -$ignoreErrors[] = [ |
55 | | - 'message' => '#^Method CodeIgniter\\\\Cache\\\\Handlers\\\\MemcachedHandler\\:\\:initialize\\(\\) has no return type specified\\.$#', |
56 | | - 'count' => 1, |
57 | | - 'path' => __DIR__ . '/system/Cache/Handlers/MemcachedHandler.php', |
58 | | -]; |
59 | 39 | $ignoreErrors[] = [ |
60 | 40 | 'message' => '#^Method CodeIgniter\\\\Cache\\\\Handlers\\\\PredisHandler\\:\\:deleteMatching\\(\\) has no return type specified\\.$#', |
61 | 41 | 'count' => 1, |
62 | 42 | 'path' => __DIR__ . '/system/Cache/Handlers/PredisHandler.php', |
63 | 43 | ]; |
64 | | -$ignoreErrors[] = [ |
65 | | - 'message' => '#^Method CodeIgniter\\\\Cache\\\\Handlers\\\\PredisHandler\\:\\:initialize\\(\\) has no return type specified\\.$#', |
66 | | - 'count' => 1, |
67 | | - 'path' => __DIR__ . '/system/Cache/Handlers/PredisHandler.php', |
68 | | -]; |
69 | 44 | $ignoreErrors[] = [ |
70 | 45 | 'message' => '#^Method CodeIgniter\\\\Cache\\\\Handlers\\\\RedisHandler\\:\\:deleteMatching\\(\\) has no return type specified\\.$#', |
71 | 46 | 'count' => 1, |
72 | 47 | 'path' => __DIR__ . '/system/Cache/Handlers/RedisHandler.php', |
73 | 48 | ]; |
74 | | -$ignoreErrors[] = [ |
75 | | - 'message' => '#^Method CodeIgniter\\\\Cache\\\\Handlers\\\\RedisHandler\\:\\:initialize\\(\\) has no return type specified\\.$#', |
76 | | - 'count' => 1, |
77 | | - 'path' => __DIR__ . '/system/Cache/Handlers/RedisHandler.php', |
78 | | -]; |
79 | 49 | $ignoreErrors[] = [ |
80 | 50 | 'message' => '#^Method CodeIgniter\\\\Cache\\\\Handlers\\\\WincacheHandler\\:\\:deleteMatching\\(\\) has no return type specified\\.$#', |
81 | 51 | 'count' => 1, |
82 | 52 | 'path' => __DIR__ . '/system/Cache/Handlers/WincacheHandler.php', |
83 | 53 | ]; |
84 | | -$ignoreErrors[] = [ |
85 | | - 'message' => '#^Method CodeIgniter\\\\Cache\\\\Handlers\\\\WincacheHandler\\:\\:initialize\\(\\) has no return type specified\\.$#', |
86 | | - 'count' => 1, |
87 | | - 'path' => __DIR__ . '/system/Cache/Handlers/WincacheHandler.php', |
88 | | -]; |
89 | 54 | $ignoreErrors[] = [ |
90 | 55 | 'message' => '#^Method CodeIgniter\\\\CodeIgniter\\:\\:bootstrapEnvironment\\(\\) has no return type specified\\.$#', |
91 | 56 | 'count' => 1, |
|
916 | 881 | 'count' => 1, |
917 | 882 | 'path' => __DIR__ . '/system/Entity/Entity.php', |
918 | 883 | ]; |
919 | | -$ignoreErrors[] = [ |
920 | | - 'message' => '#^Method CodeIgniter\\\\Events\\\\Events\\:\\:initialize\\(\\) has no return type specified\\.$#', |
921 | | - 'count' => 1, |
922 | | - 'path' => __DIR__ . '/system/Events/Events.php', |
923 | | -]; |
924 | | -$ignoreErrors[] = [ |
925 | | - 'message' => '#^Method CodeIgniter\\\\Events\\\\Events\\:\\:on\\(\\) has no return type specified\\.$#', |
926 | | - 'count' => 1, |
927 | | - 'path' => __DIR__ . '/system/Events/Events.php', |
928 | | -]; |
929 | 884 | $ignoreErrors[] = [ |
930 | 885 | 'message' => '#^Method CodeIgniter\\\\Events\\\\Events\\:\\:on\\(\\) has parameter \\$callback with no signature specified for callable\\.$#', |
931 | 886 | 'count' => 1, |
932 | 887 | 'path' => __DIR__ . '/system/Events/Events.php', |
933 | 888 | ]; |
934 | | -$ignoreErrors[] = [ |
935 | | - 'message' => '#^Method CodeIgniter\\\\Events\\\\Events\\:\\:removeAllListeners\\(\\) has no return type specified\\.$#', |
936 | | - 'count' => 1, |
937 | | - 'path' => __DIR__ . '/system/Events/Events.php', |
938 | | -]; |
939 | 889 | $ignoreErrors[] = [ |
940 | 890 | 'message' => '#^Method CodeIgniter\\\\Events\\\\Events\\:\\:removeListener\\(\\) has parameter \\$listener with no signature specified for callable\\.$#', |
941 | 891 | 'count' => 1, |
942 | 892 | 'path' => __DIR__ . '/system/Events/Events.php', |
943 | 893 | ]; |
944 | | -$ignoreErrors[] = [ |
945 | | - 'message' => '#^Method CodeIgniter\\\\Events\\\\Events\\:\\:setFiles\\(\\) has no return type specified\\.$#', |
946 | | - 'count' => 1, |
947 | | - 'path' => __DIR__ . '/system/Events/Events.php', |
948 | | -]; |
949 | | -$ignoreErrors[] = [ |
950 | | - 'message' => '#^Method CodeIgniter\\\\Events\\\\Events\\:\\:simulate\\(\\) has no return type specified\\.$#', |
951 | | - 'count' => 1, |
952 | | - 'path' => __DIR__ . '/system/Events/Events.php', |
953 | | -]; |
954 | 894 | $ignoreErrors[] = [ |
955 | 895 | 'message' => '#^Method CodeIgniter\\\\Exceptions\\\\CastException\\:\\:forInvalidJsonFormatException\\(\\) has no return type specified\\.$#', |
956 | 896 | 'count' => 1, |
|
2261 | 2201 | 'count' => 1, |
2262 | 2202 | 'path' => __DIR__ . '/system/Test/Mock/MockCache.php', |
2263 | 2203 | ]; |
2264 | | -$ignoreErrors[] = [ |
2265 | | - 'message' => '#^Method CodeIgniter\\\\Test\\\\Mock\\\\MockCache\\:\\:initialize\\(\\) has no return type specified\\.$#', |
2266 | | - 'count' => 1, |
2267 | | - 'path' => __DIR__ . '/system/Test/Mock/MockCache.php', |
2268 | | -]; |
2269 | 2204 | $ignoreErrors[] = [ |
2270 | 2205 | 'message' => '#^Method CodeIgniter\\\\Test\\\\Mock\\\\MockCache\\:\\:remember\\(\\) has parameter \\$callback with no signature specified for Closure\\.$#', |
2271 | 2206 | 'count' => 1, |
|
2736 | 2671 | 'count' => 1, |
2737 | 2672 | 'path' => __DIR__ . '/system/View/View.php', |
2738 | 2673 | ]; |
2739 | | -$ignoreErrors[] = [ |
2740 | | - 'message' => '#^Property CodeIgniter\\\\View\\\\View\\:\\:\\$tempData has no type specified\\.$#', |
2741 | | - 'count' => 1, |
2742 | | - 'path' => __DIR__ . '/system/View/View.php', |
2743 | | -]; |
2744 | 2674 |
|
2745 | 2675 | return ['parameters' => ['ignoreErrors' => $ignoreErrors]]; |
0 commit comments