|
205 | 205 | 'count' => 1, |
206 | 206 | 'path' => __DIR__ . '/sources/Afup/Pagination.php', |
207 | 207 | ]; |
208 | | -$ignoreErrors[] = [ |
209 | | - 'message' => '#^Binary operation "\\." between literal\\-string&non\\-falsy\\-string and mixed results in an error\\.$#', |
210 | | - 'identifier' => 'binaryOp.invalid', |
211 | | - 'count' => 1, |
212 | | - 'path' => __DIR__ . '/sources/Afup/Utils/Configuration.php', |
213 | | -]; |
214 | | -$ignoreErrors[] = [ |
215 | | - 'message' => '#^Cannot access offset \'database_host\'\\|\'database_name\'\\|\'database_password\'\\|\'database_port\'\\|\'database_user\'\\|\'smtp_host\'\\|\'smtp_password\'\\|\'smtp_port\'\\|\'smtp_tls\'\\|\'smtp_username\' on 0\\|0\\.0\\|\'\'\\|\'0\'\\|array\\{\\}\\|array\\{database_host\\?\\: mixed, database_name\\?\\: mixed, database_password\\?\\: mixed, database_port\\?\\: mixed, database_user\\?\\: mixed, smtp_host\\?\\: mixed, smtp_password\\?\\: string, smtp_port\\?\\: mixed, \\.\\.\\.\\}\\|false\\|null\\.$#', |
216 | | - 'identifier' => 'offsetAccess.nonOffsetAccessible', |
217 | | - 'count' => 1, |
218 | | - 'path' => __DIR__ . '/sources/Afup/Utils/Configuration.php', |
219 | | -]; |
220 | | -$ignoreErrors[] = [ |
221 | | - 'message' => '#^Cannot access offset \'database_host\'\\|\'database_name\'\\|\'database_password\'\\|\'database_port\'\\|\'database_user\'\\|\'smtp_host\'\\|\'smtp_password\'\\|\'smtp_port\'\\|\'smtp_tls\'\\|\'smtp_username\' on 0\\|0\\.0\\|\'\'\\|\'0\'\\|array\\{\\}\\|array\\{database_host\\?\\: mixed, database_name\\?\\: mixed, database_user\\?\\: mixed, database_password\\?\\: mixed, database_port\\?\\: mixed, smtp_host\\?\\: mixed, smtp_port\\?\\: mixed, smtp_tls\\?\\: mixed, \\.\\.\\.\\}\\|false\\|null\\.$#', |
222 | | - 'identifier' => 'offsetAccess.nonOffsetAccessible', |
223 | | - 'count' => 1, |
224 | | - 'path' => __DIR__ . '/sources/Afup/Utils/Configuration.php', |
225 | | -]; |
226 | | -$ignoreErrors[] = [ |
227 | | - 'message' => '#^Cannot access offset \'parameters\' on mixed\\.$#', |
228 | | - 'identifier' => 'offsetAccess.nonOffsetAccessible', |
229 | | - 'count' => 1, |
230 | | - 'path' => __DIR__ . '/sources/Afup/Utils/Configuration.php', |
231 | | -]; |
232 | | -$ignoreErrors[] = [ |
233 | | - 'message' => '#^Cannot access offset mixed on mixed\\.$#', |
234 | | - 'identifier' => 'offsetAccess.nonOffsetAccessible', |
235 | | - 'count' => 1, |
236 | | - 'path' => __DIR__ . '/sources/Afup/Utils/Configuration.php', |
237 | | -]; |
238 | | -$ignoreErrors[] = [ |
239 | | - 'message' => '#^Method Afup\\\\Site\\\\Utils\\\\Configuration\\:\\:loadSymfonyParameters\\(\\) return type has no value type specified in iterable type array\\.$#', |
240 | | - 'identifier' => 'missingType.iterableValue', |
241 | | - 'count' => 1, |
242 | | - 'path' => __DIR__ . '/sources/Afup/Utils/Configuration.php', |
243 | | -]; |
244 | | -$ignoreErrors[] = [ |
245 | | - 'message' => '#^Method Afup\\\\Site\\\\Utils\\\\Configuration\\:\\:obtenir\\(\\) has no return type specified\\.$#', |
246 | | - 'identifier' => 'missingType.return', |
247 | | - 'count' => 1, |
248 | | - 'path' => __DIR__ . '/sources/Afup/Utils/Configuration.php', |
249 | | -]; |
250 | | -$ignoreErrors[] = [ |
251 | | - 'message' => '#^Method Afup\\\\Site\\\\Utils\\\\Configuration\\:\\:obtenir\\(\\) has parameter \\$cle with no type specified\\.$#', |
252 | | - 'identifier' => 'missingType.parameter', |
253 | | - 'count' => 1, |
254 | | - 'path' => __DIR__ . '/sources/Afup/Utils/Configuration.php', |
255 | | -]; |
256 | | -$ignoreErrors[] = [ |
257 | | - 'message' => '#^Parameter \\#2 \\.\\.\\.\\$arrays of function array_merge expects array, mixed given\\.$#', |
258 | | - 'identifier' => 'argument.type', |
259 | | - 'count' => 1, |
260 | | - 'path' => __DIR__ . '/sources/Afup/Utils/Configuration.php', |
261 | | -]; |
262 | | -$ignoreErrors[] = [ |
263 | | - 'message' => '#^Property Afup\\\\Site\\\\Utils\\\\Configuration\\:\\:\\$values has no type specified\\.$#', |
264 | | - 'identifier' => 'missingType.property', |
265 | | - 'count' => 1, |
266 | | - 'path' => __DIR__ . '/sources/Afup/Utils/Configuration.php', |
267 | | -]; |
268 | 208 | $ignoreErrors[] = [ |
269 | 209 | 'message' => '#^Binary operation "\\." between mixed and \' \' results in an error\\.$#', |
270 | 210 | 'identifier' => 'binaryOp.invalid', |
|
0 commit comments