Completed
Push — bugfix/institution-based-on-sh... ( 4f0ba6...9903bb )
by
unknown
02:09
created
Surfnet/StepupGateway/GatewayBundle/Service/StepUpAuthenticationService.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -159,7 +159,7 @@  discard block
 block discarded – undo
159 159
 
160 160
     /**
161 161
      * @param string $requestedLoa
162
-     * @param $identityNameId
162
+     * @param null|string $identityNameId
163 163
      * @param string $identityInstitution
164 164
      * @param ServiceProvider $serviceProvider
165 165
      * @return null|Loa
@@ -367,7 +367,7 @@  discard block
 block discarded – undo
367 367
 
368 368
     /**
369 369
      * @param $identityNameId
370
-     * @param $identityInstitution
370
+     * @param string $identityInstitution
371 371
      * @return array
372 372
      * @throws RuntimeException
373 373
      */
Please login to merge, or discard this patch.