@@ -45,6 +45,9 @@ |
||
| 45 | 45 | */ |
| 46 | 46 | private $nameId; |
| 47 | 47 | |
| 48 | + /** |
|
| 49 | + * @param string $nameId |
|
| 50 | + */ |
|
| 48 | 51 | public function __construct(array $attributes, $nameId) |
| 49 | 52 | { |
| 50 | 53 | Assert::string($nameId, 'The $nameId in an AttributeListDto must be a string value'); |
@@ -42,8 +42,6 @@ discard block |
||
| 42 | 42 | private $slug; |
| 43 | 43 | |
| 44 | 44 | /** |
| 45 | - * @param string $identityId |
|
| 46 | - * @param string $secondFactorId |
|
| 47 | 45 | * @return RemoteVettingIdenityProviderDto |
| 48 | 46 | */ |
| 49 | 47 | public static function create(array $configData) |
@@ -74,7 +72,7 @@ discard block |
||
| 74 | 72 | } |
| 75 | 73 | |
| 76 | 74 | /** |
| 77 | - * @return string[] |
|
| 75 | + * @return string |
|
| 78 | 76 | */ |
| 79 | 77 | public function getDescription($lang) |
| 80 | 78 | { |