Completed
Push — feature/use-authn-request-acs-... ( 6c793d...703fc0 )
by
unknown
05:59
created
src/Surfnet/StepupGateway/GatewayBundle/Entity/ServiceProvider.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -83,7 +83,7 @@  discard block
 block discarded – undo
83 83
      * provider. This methods checks if a given URL matches the allowed URLs.
84 84
      *
85 85
      * @param LoggerInterface $logger
86
-     * @param $acsLocationInAuthnRequest
86
+     * @param string|null $acsLocationInAuthnRequest
87 87
      * @return string
88 88
      */
89 89
     public function determineAcsLocation(LoggerInterface $logger, $acsLocationInAuthnRequest)
@@ -126,7 +126,7 @@  discard block
 block discarded – undo
126 126
      *
127 127
      *
128 128
      * @param LoggerInterface $logger
129
-     * @param $acsLocationInAuthnRequest
129
+     * @param string|null $acsLocationInAuthnRequest
130 130
      * @return string
131 131
      */
132 132
     public function determineAcsLocationforAdfs(LoggerInterface $logger, $acsLocationInAuthnRequest)
Please login to merge, or discard this patch.