|
1 | | -<?php declare(strict_types = 1); |
| 1 | +<?php |
| 2 | + |
| 3 | +declare(strict_types=1); |
2 | 4 |
|
3 | 5 | $ignoreErrors = []; |
4 | 6 | $ignoreErrors[] = [ |
5 | 7 | // identifier: argument.type |
6 | 8 | 'message' => '#^Parameter \\#1 \\$name of method Geocoder\\\\ProviderAggregator\\:\\:using\\(\\) expects string, mixed given\\.$#', |
7 | 9 | 'count' => 1, |
8 | | - 'path' => __DIR__ . '/src/Command/GeocodeCommand.php', |
| 10 | + 'path' => __DIR__.'/src/Command/GeocodeCommand.php', |
9 | 11 | ]; |
10 | 12 | $ignoreErrors[] = [ |
11 | 13 | // identifier: argument.type |
12 | 14 | 'message' => '#^Parameter \\#1 \\$string of function strtolower expects string, string\\|null given\\.$#', |
13 | 15 | 'count' => 1, |
14 | | - 'path' => __DIR__ . '/src/Command/GeocodeCommand.php', |
| 16 | + 'path' => __DIR__.'/src/Command/GeocodeCommand.php', |
15 | 17 | ]; |
16 | 18 | $ignoreErrors[] = [ |
17 | 19 | // identifier: argument.type |
18 | 20 | 'message' => '#^Parameter \\#1 \\$text of static method Geocoder\\\\Query\\\\GeocodeQuery\\:\\:create\\(\\) expects string, mixed given\\.$#', |
19 | 21 | 'count' => 1, |
20 | | - 'path' => __DIR__ . '/src/Command/GeocodeCommand.php', |
| 22 | + 'path' => __DIR__.'/src/Command/GeocodeCommand.php', |
21 | 23 | ]; |
22 | 24 | $ignoreErrors[] = [ |
23 | 25 | // identifier: argument.type |
24 | 26 | 'message' => '#^Parameter \\#3 \\.\\.\\.\\$values of function sprintf expects bool\\|float\\|int\\|string\\|null, mixed given\\.$#', |
25 | 27 | 'count' => 1, |
26 | | - 'path' => __DIR__ . '/src/Command/GeocodeCommand.php', |
| 28 | + 'path' => __DIR__.'/src/Command/GeocodeCommand.php', |
27 | 29 | ]; |
28 | 30 | $ignoreErrors[] = [ |
29 | 31 | // identifier: foreach.nonIterable |
30 | 32 | 'message' => '#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#', |
31 | 33 | 'count' => 3, |
32 | | - 'path' => __DIR__ . '/src/DependencyInjection/BazingaGeocoderExtension.php', |
| 34 | + 'path' => __DIR__.'/src/DependencyInjection/BazingaGeocoderExtension.php', |
33 | 35 | ]; |
34 | 36 | $ignoreErrors[] = [ |
35 | 37 | // identifier: offsetAccess.nonOffsetAccessible |
36 | 38 | 'message' => '#^Cannot access offset \'aliases\' on mixed\\.$#', |
37 | 39 | 'count' => 1, |
38 | | - 'path' => __DIR__ . '/src/DependencyInjection/BazingaGeocoderExtension.php', |
| 40 | + 'path' => __DIR__.'/src/DependencyInjection/BazingaGeocoderExtension.php', |
39 | 41 | ]; |
40 | 42 | $ignoreErrors[] = [ |
41 | 43 | // identifier: offsetAccess.nonOffsetAccessible |
42 | 44 | 'message' => '#^Cannot access offset \'enabled\' on mixed\\.$#', |
43 | 45 | 'count' => 1, |
44 | | - 'path' => __DIR__ . '/src/DependencyInjection/BazingaGeocoderExtension.php', |
| 46 | + 'path' => __DIR__.'/src/DependencyInjection/BazingaGeocoderExtension.php', |
45 | 47 | ]; |
46 | 48 | $ignoreErrors[] = [ |
47 | 49 | // identifier: offsetAccess.nonOffsetAccessible |
48 | 50 | 'message' => '#^Cannot access offset \'factory\' on mixed\\.$#', |
49 | 51 | 'count' => 5, |
50 | | - 'path' => __DIR__ . '/src/DependencyInjection/BazingaGeocoderExtension.php', |
| 52 | + 'path' => __DIR__.'/src/DependencyInjection/BazingaGeocoderExtension.php', |
51 | 53 | ]; |
52 | 54 | $ignoreErrors[] = [ |
53 | 55 | // identifier: offsetAccess.nonOffsetAccessible |
54 | 56 | 'message' => '#^Cannot access offset \'id\' on mixed\\.$#', |
55 | 57 | 'count' => 1, |
56 | | - 'path' => __DIR__ . '/src/DependencyInjection/BazingaGeocoderExtension.php', |
| 58 | + 'path' => __DIR__.'/src/DependencyInjection/BazingaGeocoderExtension.php', |
57 | 59 | ]; |
58 | 60 | $ignoreErrors[] = [ |
59 | 61 | // identifier: offsetAccess.nonOffsetAccessible |
60 | 62 | 'message' => '#^Cannot access offset \'options\' on mixed\\.$#', |
61 | 63 | 'count' => 4, |
62 | | - 'path' => __DIR__ . '/src/DependencyInjection/BazingaGeocoderExtension.php', |
| 64 | + 'path' => __DIR__.'/src/DependencyInjection/BazingaGeocoderExtension.php', |
63 | 65 | ]; |
64 | 66 | $ignoreErrors[] = [ |
65 | 67 | // identifier: offsetAccess.nonOffsetAccessible |
66 | 68 | 'message' => '#^Cannot access offset \'reference\' on mixed\\.$#', |
67 | 69 | 'count' => 2, |
68 | | - 'path' => __DIR__ . '/src/DependencyInjection/BazingaGeocoderExtension.php', |
| 70 | + 'path' => __DIR__.'/src/DependencyInjection/BazingaGeocoderExtension.php', |
69 | 71 | ]; |
70 | 72 | $ignoreErrors[] = [ |
71 | 73 | // identifier: staticMethod.nonObject |
72 | 74 | 'message' => '#^Cannot call static method validate\\(\\) on mixed\\.$#', |
73 | 75 | 'count' => 1, |
74 | | - 'path' => __DIR__ . '/src/DependencyInjection/BazingaGeocoderExtension.php', |
| 76 | + 'path' => __DIR__.'/src/DependencyInjection/BazingaGeocoderExtension.php', |
75 | 77 | ]; |
76 | 78 | $ignoreErrors[] = [ |
77 | 79 | // identifier: cast.string |
78 | 80 | 'message' => '#^Cannot cast mixed to string\\.$#', |
79 | 81 | 'count' => 1, |
80 | | - 'path' => __DIR__ . '/src/DependencyInjection/BazingaGeocoderExtension.php', |
| 82 | + 'path' => __DIR__.'/src/DependencyInjection/BazingaGeocoderExtension.php', |
81 | 83 | ]; |
82 | 84 | $ignoreErrors[] = [ |
83 | 85 | // identifier: argument.type |
84 | 86 | 'message' => '#^Parameter \\#1 \\$alias of method Symfony\\\\Component\\\\DependencyInjection\\\\ContainerBuilder\\:\\:setAlias\\(\\) expects string, mixed given\\.$#', |
85 | 87 | 'count' => 1, |
86 | | - 'path' => __DIR__ . '/src/DependencyInjection/BazingaGeocoderExtension.php', |
| 88 | + 'path' => __DIR__.'/src/DependencyInjection/BazingaGeocoderExtension.php', |
87 | 89 | ]; |
88 | 90 | $ignoreErrors[] = [ |
89 | 91 | // identifier: argument.type |
90 | 92 | 'message' => '#^Parameter \\#1 \\$callback of function array_map expects \\(callable\\(mixed\\)\\: mixed\\)\\|null, Closure\\(string\\)\\: Symfony\\\\Component\\\\DependencyInjection\\\\Reference given\\.$#', |
91 | 93 | 'count' => 1, |
92 | | - 'path' => __DIR__ . '/src/DependencyInjection/BazingaGeocoderExtension.php', |
| 94 | + 'path' => __DIR__.'/src/DependencyInjection/BazingaGeocoderExtension.php', |
93 | 95 | ]; |
94 | 96 | $ignoreErrors[] = [ |
95 | 97 | // identifier: argument.type |
96 | 98 | 'message' => '#^Parameter \\#1 \\$factoryServiceId of static method Bazinga\\\\GeocoderBundle\\\\DependencyInjection\\\\Compiler\\\\FactoryValidatorPass\\:\\:addFactoryServiceId\\(\\) expects string, mixed given\\.$#', |
97 | 99 | 'count' => 1, |
98 | | - 'path' => __DIR__ . '/src/DependencyInjection/BazingaGeocoderExtension.php', |
| 100 | + 'path' => __DIR__.'/src/DependencyInjection/BazingaGeocoderExtension.php', |
99 | 101 | ]; |
100 | 102 | $ignoreErrors[] = [ |
101 | 103 | // identifier: argument.type |
102 | 104 | 'message' => '#^Parameter \\#1 \\$id of class Symfony\\\\Component\\\\DependencyInjection\\\\Reference constructor expects string, mixed given\\.$#', |
103 | 105 | 'count' => 1, |
104 | | - 'path' => __DIR__ . '/src/DependencyInjection/BazingaGeocoderExtension.php', |
| 106 | + 'path' => __DIR__.'/src/DependencyInjection/BazingaGeocoderExtension.php', |
105 | 107 | ]; |
106 | 108 | $ignoreErrors[] = [ |
107 | 109 | // identifier: argument.type |
108 | 110 | 'message' => '#^Parameter \\#1 \\$id of method Symfony\\\\Component\\\\DependencyInjection\\\\ContainerBuilder\\:\\:getDefinition\\(\\) expects string, mixed given\\.$#', |
109 | 111 | 'count' => 1, |
110 | | - 'path' => __DIR__ . '/src/DependencyInjection/BazingaGeocoderExtension.php', |
| 112 | + 'path' => __DIR__.'/src/DependencyInjection/BazingaGeocoderExtension.php', |
111 | 113 | ]; |
112 | 114 | $ignoreErrors[] = [ |
113 | 115 | // identifier: argument.type |
114 | 116 | 'message' => '#^Parameter \\#1 \\$object_or_class of function class_implements expects object\\|string, mixed given\\.$#', |
115 | 117 | 'count' => 1, |
116 | | - 'path' => __DIR__ . '/src/DependencyInjection/BazingaGeocoderExtension.php', |
| 118 | + 'path' => __DIR__.'/src/DependencyInjection/BazingaGeocoderExtension.php', |
117 | 119 | ]; |
118 | 120 | $ignoreErrors[] = [ |
119 | 121 | // identifier: argument.type |
120 | 122 | 'message' => '#^Parameter \\#1 \\$options of method Bazinga\\\\GeocoderBundle\\\\DependencyInjection\\\\BazingaGeocoderExtension\\:\\:findReferences\\(\\) expects array\\<int\\|string, mixed\\>, mixed given\\.$#', |
121 | 123 | 'count' => 2, |
122 | | - 'path' => __DIR__ . '/src/DependencyInjection/BazingaGeocoderExtension.php', |
| 124 | + 'path' => __DIR__.'/src/DependencyInjection/BazingaGeocoderExtension.php', |
123 | 125 | ]; |
124 | 126 | $ignoreErrors[] = [ |
125 | 127 | // identifier: argument.type |
126 | 128 | 'message' => '#^Parameter \\#1 \\$string of function ltrim expects string, mixed given\\.$#', |
127 | 129 | 'count' => 1, |
128 | | - 'path' => __DIR__ . '/src/DependencyInjection/BazingaGeocoderExtension.php', |
| 130 | + 'path' => __DIR__.'/src/DependencyInjection/BazingaGeocoderExtension.php', |
129 | 131 | ]; |
130 | 132 | $ignoreErrors[] = [ |
131 | 133 | // identifier: argument.type |
132 | 134 | 'message' => '#^Parameter \\#2 \\$config of method Bazinga\\\\GeocoderBundle\\\\DependencyInjection\\\\BazingaGeocoderExtension\\:\\:configureProviderPlugins\\(\\) expects array\\<int\\|string, mixed\\>, mixed given\\.$#', |
133 | 135 | 'count' => 1, |
134 | | - 'path' => __DIR__ . '/src/DependencyInjection/BazingaGeocoderExtension.php', |
| 136 | + 'path' => __DIR__.'/src/DependencyInjection/BazingaGeocoderExtension.php', |
135 | 137 | ]; |
136 | 138 | $ignoreErrors[] = [ |
137 | 139 | // identifier: argument.type |
138 | 140 | 'message' => '#^Parameter \\#2 \\.\\.\\.\\$values of function sprintf expects bool\\|float\\|int\\|string\\|null, mixed given\\.$#', |
139 | 141 | 'count' => 1, |
140 | | - 'path' => __DIR__ . '/src/DependencyInjection/BazingaGeocoderExtension.php', |
| 142 | + 'path' => __DIR__.'/src/DependencyInjection/BazingaGeocoderExtension.php', |
141 | 143 | ]; |
142 | 144 | $ignoreErrors[] = [ |
143 | 145 | // identifier: encapsedStringPart.nonString |
144 | 146 | 'message' => '#^Part \\$providerName \\(mixed\\) of encapsed string cannot be cast to string\\.$#', |
145 | 147 | 'count' => 1, |
146 | | - 'path' => __DIR__ . '/src/DependencyInjection/BazingaGeocoderExtension.php', |
| 148 | + 'path' => __DIR__.'/src/DependencyInjection/BazingaGeocoderExtension.php', |
147 | 149 | ]; |
148 | 150 | $ignoreErrors[] = [ |
149 | 151 | // identifier: method.nonObject |
150 | 152 | 'message' => '#^Cannot call method getLatitude\\(\\) on Geocoder\\\\Model\\\\Coordinates\\|null\\.$#', |
151 | 153 | 'count' => 1, |
152 | | - 'path' => __DIR__ . '/src/Doctrine/ORM/GeocoderListener.php', |
| 154 | + 'path' => __DIR__.'/src/Doctrine/ORM/GeocoderListener.php', |
153 | 155 | ]; |
154 | 156 | $ignoreErrors[] = [ |
155 | 157 | // identifier: method.nonObject |
156 | 158 | 'message' => '#^Cannot call method getLongitude\\(\\) on Geocoder\\\\Model\\\\Coordinates\\|null\\.$#', |
157 | 159 | 'count' => 1, |
158 | | - 'path' => __DIR__ . '/src/Doctrine/ORM/GeocoderListener.php', |
| 160 | + 'path' => __DIR__.'/src/Doctrine/ORM/GeocoderListener.php', |
159 | 161 | ]; |
160 | 162 | $ignoreErrors[] = [ |
161 | 163 | // identifier: argument.type |
162 | 164 | 'message' => '#^Parameter \\#1 \\$text of method Geocoder\\\\Query\\\\GeocodeQuery\\:\\:withText\\(\\) expects string, string\\|null given\\.$#', |
163 | 165 | 'count' => 1, |
164 | | - 'path' => __DIR__ . '/src/Plugin/FakeIpPlugin.php', |
| 166 | + 'path' => __DIR__.'/src/Plugin/FakeIpPlugin.php', |
165 | 167 | ]; |
166 | 168 | $ignoreErrors[] = [ |
167 | 169 | // identifier: argument.type |
168 | 170 | 'message' => '#^Parameter \\#2 \\$replace of function str_replace expects array\\|string, string\\|null given\\.$#', |
169 | 171 | 'count' => 1, |
170 | | - 'path' => __DIR__ . '/src/Plugin/FakeIpPlugin.php', |
| 172 | + 'path' => __DIR__.'/src/Plugin/FakeIpPlugin.php', |
171 | 173 | ]; |
172 | 174 | $ignoreErrors[] = [ |
173 | 175 | // identifier: argument.type |
174 | 176 | 'message' => '#^Parameter \\#1 \\$accountId of class GeoIp2\\\\WebService\\\\Client constructor expects int, int\\|null given\\.$#', |
175 | 177 | 'count' => 1, |
176 | | - 'path' => __DIR__ . '/src/ProviderFactory/GeoIP2Factory.php', |
| 178 | + 'path' => __DIR__.'/src/ProviderFactory/GeoIP2Factory.php', |
177 | 179 | ]; |
178 | 180 | $ignoreErrors[] = [ |
179 | 181 | // identifier: argument.type |
180 | 182 | 'message' => '#^Parameter \\#1 \\$filename of class GeoIp2\\\\Database\\\\Reader constructor expects string, string\\|null given\\.$#', |
181 | 183 | 'count' => 1, |
182 | | - 'path' => __DIR__ . '/src/ProviderFactory/GeoIP2Factory.php', |
| 184 | + 'path' => __DIR__.'/src/ProviderFactory/GeoIP2Factory.php', |
183 | 185 | ]; |
184 | 186 | $ignoreErrors[] = [ |
185 | 187 | // identifier: argument.type |
186 | 188 | 'message' => '#^Parameter \\#1 \\$geoIpProvider of class Geocoder\\\\Provider\\\\GeoIP2\\\\GeoIP2Adapter constructor expects GeoIp2\\\\ProviderInterface, GeoIp2\\\\ProviderInterface\\|null given\\.$#', |
187 | 189 | 'count' => 1, |
188 | | - 'path' => __DIR__ . '/src/ProviderFactory/GeoIP2Factory.php', |
| 190 | + 'path' => __DIR__.'/src/ProviderFactory/GeoIP2Factory.php', |
189 | 191 | ]; |
190 | 192 | $ignoreErrors[] = [ |
191 | 193 | // identifier: argument.type |
192 | 194 | 'message' => '#^Parameter \\#2 \\$licenseKey of class GeoIp2\\\\WebService\\\\Client constructor expects string, string\\|null given\\.$#', |
193 | 195 | 'count' => 1, |
194 | | - 'path' => __DIR__ . '/src/ProviderFactory/GeoIP2Factory.php', |
| 196 | + 'path' => __DIR__.'/src/ProviderFactory/GeoIP2Factory.php', |
195 | 197 | ]; |
196 | 198 |
|
197 | 199 | return ['parameters' => ['ignoreErrors' => $ignoreErrors]]; |
0 commit comments