Completed
Push — bugfix/consider-sp-specific-lo... ( a05dff )
by
unknown
16:53
created
Surfnet/StepupGateway/GatewayBundle/Service/StepUpAuthenticationService.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -346,6 +346,9 @@
 block discarded – undo
346 346
         $this->smsService->clearSmsVerificationState();
347 347
     }
348 348
 
349
+    /**
350
+     * @param string $identityNameId
351
+     */
349 352
     private function determineInstitutionsByIdentityNameId($identityNameId)
350 353
     {
351 354
         return $this->secondFactorRepository->getAllInstitutions($identityNameId);
Please login to merge, or discard this patch.