Passed
Pull Request — main (#448)
by
unknown
10:12 queued 07:25
created
Surfnet/StepupGateway/GatewayBundle/Monolog/Logger/AuthenticationLogger.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -91,7 +91,7 @@
 block discarded – undo
91 91
             'institution'           => $secondFactor->getInstitution(),
92 92
             'authentication_result' => $context->isSecondFactorVerified() ? 'OK' : 'FAILED',
93 93
             'resulting_loa'         => (string) $loa,
94
-            'sso' => $context->isVerifiedBySsoOn2faCookie() ? 'YES': 'NO',
94
+            'sso' => $context->isVerifiedBySsoOn2faCookie() ? 'YES' : 'NO',
95 95
         ];
96 96
 
97 97
         if ($context->isVerifiedBySsoOn2faCookie()) {
Please login to merge, or discard this patch.