@@ -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 |
@@ -288,6 +288,7 @@ discard block |
||
288 | 288 | |
289 | 289 | /** |
290 | 290 | * @param UserElement $user |
291 | + * @param string $fieldHandle |
|
291 | 292 | * @return Field|null |
292 | 293 | */ |
293 | 294 | protected function getFieldLayoutField(UserElement $user, $fieldHandle) |
@@ -337,7 +338,7 @@ discard block |
||
337 | 338 | **************************************************/ |
338 | 339 | |
339 | 340 | /** |
340 | - * @param $username |
|
341 | + * @param string $username |
|
341 | 342 | * @return UserElement |
342 | 343 | * @throws UserException |
343 | 344 | */ |