Passed
Push — release/4.2 ( faaa05 )
by Pieter van der
22:34 queued 15:59
created
SecondFactorOnlyBundle/Controller/SecondFactorOnlyController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -149,7 +149,7 @@
 block discarded – undo
149 149
         } else {
150 150
             // Render the regular SAML response, we do not return it yet, the SSO on 2FA handler will use it to store
151 151
             // the SSO on 2FA cookie.
152
-            $httpResponse =  $responseRendering->renderResponse($responseContext, $response, $request);
152
+            $httpResponse = $responseRendering->renderResponse($responseContext, $response, $request);
153 153
         }
154 154
 
155 155
         if ($response->isSuccess()) {
Please login to merge, or discard this patch.