Completed
Push — feature/bootstrap-yubikey-comm... ( b8115b...acd240 )
by Michiel
04:49 queued 02:30
created
MiddlewareBundle/Console/Command/BootstrapGsspSecondFactorCommand.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -143,6 +143,10 @@
 block discarded – undo
143 143
         );
144 144
     }
145 145
 
146
+    /**
147
+     * @param string $secondFactorId
148
+     * @param \Surfnet\StepupMiddleware\ApiBundle\Identity\Entity\Identity $identity
149
+     */
146 150
     private function provePossession($secondFactorId, $identity, $tokenType, $tokenIdentifier)
147 151
     {
148 152
         $command = new ProveGssfPossessionCommand();
Please login to merge, or discard this patch.