Completed
Push — feature/multiple-second-factor... ( c50fa2...2ed4f1 )
by
unknown
01:53
created
Surfnet/StepupSelfService/SelfServiceBundle/Service/SecondFactorService.php 1 patch
Doc Comments   +6 added lines, -1 removed lines patch added patch discarded remove patch
@@ -129,6 +129,11 @@  discard block
 block discarded – undo
129 129
                $vettedSecondFactors->getTotalItems() > 0;
130 130
     }
131 131
 
132
+    /**
133
+     * @param string $identityId
134
+     * @param string $state
135
+     * @param string $secondFactorId
136
+     */
132 137
     public function identityHasSecondFactorOfStateWithId($identityId, $state, $secondFactorId)
133 138
     {
134 139
         switch ($state) {
@@ -309,7 +314,7 @@  discard block
 block discarded – undo
309 314
     }
310 315
 
311 316
     /**
312
-     * @param $identity
317
+     * @param \Surfnet\StepupMiddlewareClientBundle\Identity\Dto\Identity $identity
313 318
      * @param $allSecondFactors
314 319
      * @param $allowedSecondFactors
315 320
      * @param $maximumNumberOfRegistrations
Please login to merge, or discard this patch.