@@ -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 |
@@ -267,6 +267,7 @@ discard block |
||
| 267 | 267 | |
| 268 | 268 | /** |
| 269 | 269 | * @param UserElement $user |
| 270 | + * @param string $fieldHandle |
|
| 270 | 271 | * @return Field|null |
| 271 | 272 | */ |
| 272 | 273 | protected function getFieldLayoutField(UserElement $user, $fieldHandle) |
@@ -316,7 +317,7 @@ discard block |
||
| 316 | 317 | **************************************************/ |
| 317 | 318 | |
| 318 | 319 | /** |
| 319 | - * @param $username |
|
| 320 | + * @param string|null $username |
|
| 320 | 321 | * @return UserElement |
| 321 | 322 | * @throws UserException |
| 322 | 323 | */ |