|
301 | 301 | 'count' => 1,
|
302 | 302 | 'path' => __DIR__ . '/../../src/Surfnet/StepupSelfService/SelfServiceBundle/Controller/EntryPointController.php',
|
303 | 303 | ];
|
304 |
| -$ignoreErrors[] = [ |
305 |
| - 'message' => '#^Instanceof between Symfony\\\\Component\\\\HttpKernel\\\\Exception\\\\HttpException and Surfnet\\\\StepupSelfService\\\\SelfServiceBundle\\\\Exception\\\\MissingRequiredAttributeException will always evaluate to false\\.$#', |
306 |
| - 'count' => 1, |
307 |
| - 'path' => __DIR__ . '/../../src/Surfnet/StepupSelfService/SelfServiceBundle/Controller/ExceptionController.php', |
308 |
| -]; |
309 | 304 | $ignoreErrors[] = [
|
310 | 305 | 'message' => '#^Method Surfnet\\\\StepupSelfService\\\\SelfServiceBundle\\\\Controller\\\\ExceptionController\\:\\:getPageTitleAndDescription\\(\\) return type has no value type specified in iterable type array\\.$#',
|
311 | 306 | 'count' => 1,
|
312 | 307 | 'path' => __DIR__ . '/../../src/Surfnet/StepupSelfService/SelfServiceBundle/Controller/ExceptionController.php',
|
313 | 308 | ];
|
314 |
| -$ignoreErrors[] = [ |
315 |
| - 'message' => '#^Result of && is always false\\.$#', |
316 |
| - 'count' => 2, |
317 |
| - 'path' => __DIR__ . '/../../src/Surfnet/StepupSelfService/SelfServiceBundle/Controller/ExceptionController.php', |
318 |
| -]; |
319 |
| -$ignoreErrors[] = [ |
320 |
| - 'message' => '#^Undefined variable\\: \\$description$#', |
321 |
| - 'count' => 1, |
322 |
| - 'path' => __DIR__ . '/../../src/Surfnet/StepupSelfService/SelfServiceBundle/Controller/ExceptionController.php', |
323 |
| -]; |
324 |
| -$ignoreErrors[] = [ |
325 |
| - 'message' => '#^Undefined variable\\: \\$title$#', |
326 |
| - 'count' => 1, |
327 |
| - 'path' => __DIR__ . '/../../src/Surfnet/StepupSelfService/SelfServiceBundle/Controller/ExceptionController.php', |
328 |
| -]; |
329 |
| -$ignoreErrors[] = [ |
330 |
| - 'message' => '#^Variable \\$description in isset\\(\\) is never defined\\.$#', |
331 |
| - 'count' => 1, |
332 |
| - 'path' => __DIR__ . '/../../src/Surfnet/StepupSelfService/SelfServiceBundle/Controller/ExceptionController.php', |
333 |
| -]; |
334 |
| -$ignoreErrors[] = [ |
335 |
| - 'message' => '#^Variable \\$title in isset\\(\\) is never defined\\.$#', |
336 |
| - 'count' => 1, |
337 |
| - 'path' => __DIR__ . '/../../src/Surfnet/StepupSelfService/SelfServiceBundle/Controller/ExceptionController.php', |
338 |
| -]; |
339 | 309 | $ignoreErrors[] = [
|
340 | 310 | 'message' => '#^Cannot call method getIdentity\\(\\) on Symfony\\\\Component\\\\Security\\\\Core\\\\User\\\\UserInterface\\|null\\.$#',
|
341 | 311 | 'count' => 2,
|
|
0 commit comments