Passed
Push — develop ( c0a15e...9bd38c )
by Michiel
23:09 queued 09:14
created
src/Surfnet/StepupGateway/GatewayBundle/Saml/AssertionAdapter.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
      */
36 36
     public function inResponseToMatches($inResponseTo)
37 37
     {
38
-         return $this->getInResponseTo() === $inResponseTo;
38
+            return $this->getInResponseTo() === $inResponseTo;
39 39
     }
40 40
 
41 41
     /**
Please login to merge, or discard this patch.
Surfnet/StepupGateway/GatewayBundle/Controller/SecondFactorController.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -271,7 +271,7 @@
 block discarded – undo
271 271
             $form->addError(
272 272
                 new FormError(
273 273
                     $this->get('translator')
274
-                      ->trans('gateway.form.gateway_choose_second_factor.unknown_second_factor_type')
274
+                        ->trans('gateway.form.gateway_choose_second_factor.unknown_second_factor_type')
275 275
                 )
276 276
             );
277 277
         }
Please login to merge, or discard this patch.