@@ -82,7 +82,7 @@ discard block |
||
| 82 | 82 | * it matches one of the configured allowed ACS locations for the service |
| 83 | 83 | * provider. This methods checks if a given URL matches the allowed URLs. |
| 84 | 84 | * |
| 85 | - * @param $acsLocationInAuthnRequest |
|
| 85 | + * @param string|null $acsLocationInAuthnRequest |
|
| 86 | 86 | * @param LoggerInterface $logger Optional |
| 87 | 87 | * @return string |
| 88 | 88 | */ |
@@ -127,7 +127,7 @@ discard block |
||
| 127 | 127 | * https://example.com/consume |
| 128 | 128 | * |
| 129 | 129 | * |
| 130 | - * @param $acsLocationInAuthnRequest |
|
| 130 | + * @param string|null $acsLocationInAuthnRequest |
|
| 131 | 131 | * @return string |
| 132 | 132 | */ |
| 133 | 133 | public function determineAcsLocationForAdfs($acsLocationInAuthnRequest) |
@@ -131,7 +131,6 @@ |
||
| 131 | 131 | |
| 132 | 132 | /** |
| 133 | 133 | * @param Assertion $newAssertion |
| 134 | - * @param ServiceProvider $targetServiceProvider |
|
| 135 | 134 | * @return SAMLResponse |
| 136 | 135 | */ |
| 137 | 136 | private function createNewAuthnResponse(Assertion $newAssertion) |