Completed
Pull Request — feature/run-selenium-tests-poc (#193)
by Michiel
03:39 queued 01:41
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);
@@ -398,7 +401,6 @@  discard block
 block discarded – undo
398 401
     /**
399 402
      * @Template
400 403
      * @param Request $request
401
-     * @param string $authenticationMode
402 404
      * @return array|Response
403 405
      */
404 406
     public function verifySmsSecondFactorAction(Request $request)
@@ -462,7 +464,6 @@  discard block
 block discarded – undo
462 464
     /**
463 465
      * @Template
464 466
      * @param Request $request
465
-     * @param string $authenticationMode
466 467
      * @return array|Response
467 468
      */
468 469
     public function verifySmsSecondFactorChallengeAction(Request $request)
@@ -586,7 +587,6 @@  discard block
 block discarded – undo
586 587
      * @Template("SurfnetStepupGatewayGatewayBundle:SecondFactor:initiateU2fAuthentication.html.twig")
587 588
      *
588 589
      * @param Request $request
589
-     * @param string $authenticationMode
590 590
      * @return array|Response
591 591
      */
592 592
     public function verifyU2fAuthenticationAction(Request $request)
Please login to merge, or discard this patch.