Completed
Push — feature/add-X-UA-Compatible ( 57a263 )
by
unknown
02:30
created
Surfnet/StepupGateway/GatewayBundle/Controller/SecondFactorController.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -69,6 +69,9 @@  discard block
 block discarded – undo
69 69
         return $this->selectSecondFactorForVerificationAction(self::MODE_SFO);
70 70
     }
71 71
 
72
+    /**
73
+     * @param string $authenticationMode
74
+     */
72 75
     public function selectSecondFactorForVerificationAction($authenticationMode)
73 76
     {
74 77
         $this->supportsAuthenticationMode($authenticationMode);
@@ -415,7 +418,6 @@  discard block
 block discarded – undo
415 418
     /**
416 419
      * @Template
417 420
      * @param Request $request
418
-     * @param string $authenticationMode
419 421
      * @return array|Response
420 422
      */
421 423
     public function verifySmsSecondFactorAction(Request $request)
@@ -481,7 +483,6 @@  discard block
 block discarded – undo
481 483
     /**
482 484
      * @Template
483 485
      * @param Request $request
484
-     * @param string $authenticationMode
485 486
      * @return array|Response
486 487
      */
487 488
     public function verifySmsSecondFactorChallengeAction(Request $request)
@@ -613,7 +614,6 @@  discard block
 block discarded – undo
613 614
      * @Template("SurfnetStepupGatewayGatewayBundle:second_factor:initiate_u2f_authentication.html.twig")
614 615
      *
615 616
      * @param Request $request
616
-     * @param string $authenticationMode
617 617
      * @return array|Response
618 618
      */
619 619
     public function verifyU2fAuthenticationAction(Request $request)
Please login to merge, or discard this patch.