Skip to content

Commit 8a549cb

Browse files
johanibphavekes
authored andcommitted
Make phpstan happy
1 parent 9ef2e0f commit 8a549cb

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

ci/qa/phpstan-baseline.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -799,12 +799,6 @@
799799
'count' => 1,
800800
'path' => __DIR__ . '/../../src/Surfnet/StepupRa/RaBundle/Service/SecondFactorService.php',
801801
];
802-
$ignoreErrors[] = [
803-
'message' => '#^Method Surfnet\\\\StepupRa\\\\RaBundle\\\\Service\\\\SecondFactorService\\:\\:findVerifiedSecondFactorByRegistrationCode\\(\\) should return Surfnet\\\\StepupMiddlewareClientBundle\\\\Identity\\\\Dto\\\\VerifiedSecondFactor\\|null but returns Surfnet\\\\StepupMiddlewareClientBundle\\\\Identity\\\\Dto\\\\VerifiedSecondFactor\\|false\\.$#',
804-
'identifier' => 'return.type',
805-
'count' => 1,
806-
'path' => __DIR__ . '/../../src/Surfnet/StepupRa/RaBundle/Service/SecondFactorService.php',
807-
];
808802
$ignoreErrors[] = [
809803
'message' => '#^Cannot call method getYubikeyPublicId\\(\\) on Surfnet\\\\StepupBundle\\\\Value\\\\YubikeyPublicId\\|null\\.$#',
810804
'identifier' => 'method.nonObject',

0 commit comments

Comments
 (0)