@@ -129,6 +129,11 @@ discard block |
||
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 |
||
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 |