@@ -83,7 +83,7 @@ discard block |
||
| 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 |
||
| 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) |