Completed
Pull Request — feature/run-selenium-tests-poc (#193)
by Michiel
03:46 queued 01:55
created
Surfnet/StepupGateway/GatewayBundle/Controller/SecondFactorController.php 1 patch
Doc Comments   -3 removed lines patch added patch discarded remove patch
@@ -382,7 +382,6 @@  discard block
 block discarded – undo
382 382
     /**
383 383
      * @Template
384 384
      * @param Request $request
385
-     * @param string $authenticationMode
386 385
      * @return array|Response
387 386
      */
388 387
     public function verifySmsSecondFactorAction(Request $request)
@@ -441,7 +440,6 @@  discard block
 block discarded – undo
441 440
     /**
442 441
      * @Template
443 442
      * @param Request $request
444
-     * @param string $authenticationMode
445 443
      * @return array|Response
446 444
      */
447 445
     public function verifySmsSecondFactorChallengeAction(Request $request)
@@ -562,7 +560,6 @@  discard block
 block discarded – undo
562 560
      * @Template("SurfnetStepupGatewayGatewayBundle:SecondFactor:initiateU2fAuthentication.html.twig")
563 561
      *
564 562
      * @param Request $request
565
-     * @param string $authenticationMode
566 563
      * @return array|Response
567 564
      */
568 565
     public function verifyU2fAuthenticationAction(Request $request)
Please login to merge, or discard this patch.