@@ -253,7 +253,7 @@ |
||
| 253 | 253 | **************************************************/ |
| 254 | 254 | |
| 255 | 255 | /** |
| 256 | - * @param $username |
|
| 256 | + * @param string|null $username |
|
| 257 | 257 | * @return UserElement |
| 258 | 258 | * @throws UserException |
| 259 | 259 | */ |
@@ -114,7 +114,6 @@ |
||
| 114 | 114 | } |
| 115 | 115 | |
| 116 | 116 | /** |
| 117 | - * @param SamlResponse $response |
|
| 118 | 117 | * @throws HttpException |
| 119 | 118 | */ |
| 120 | 119 | protected function throwIdpNotFoundWithUid($uid) |
@@ -21,7 +21,7 @@ |
||
| 21 | 21 | |
| 22 | 22 | /** |
| 23 | 23 | * @param AbstractProvider $identityProvider |
| 24 | - * @return \SAML2\XML\md\IndexedEndpointType|null |
|
| 24 | + * @return EndpointType |
|
| 25 | 25 | * @throws InvalidMetadata |
| 26 | 26 | */ |
| 27 | 27 | private function firstIdpSsoService(AbstractProvider $identityProvider): EndpointType |