@@ -59,6 +59,8 @@ discard block |
||
59 | 59 | * @param string $nameId |
60 | 60 | * @param string $applicationVersion |
61 | 61 | * @param string $remarks |
62 | + * @param string $institution |
|
63 | + * @param string $remoteVettingSource |
|
62 | 64 | */ |
63 | 65 | public function __construct( |
64 | 66 | AttributeCollectionInterface $attributeCollectionAggregate, |
@@ -82,6 +84,9 @@ discard block |
||
82 | 84 | $this->remoteVettingSource = $remoteVettingSource; |
83 | 85 | } |
84 | 86 | |
87 | + /** |
|
88 | + * @return string |
|
89 | + */ |
|
85 | 90 | public function serialize() |
86 | 91 | { |
87 | 92 | return json_encode( |
@@ -43,6 +43,9 @@ |
||
43 | 43 | file_put_contents($fileName, $data."\n"); |
44 | 44 | } |
45 | 45 | |
46 | + /** |
|
47 | + * @return string |
|
48 | + */ |
|
46 | 49 | private function createFileName($location) |
47 | 50 | { |
48 | 51 | $fileName = uniqid('identity_', true); |
@@ -76,6 +76,7 @@ |
||
76 | 76 | |
77 | 77 | /** |
78 | 78 | * @param string |
79 | + * @param string $name |
|
79 | 80 | * @return array |
80 | 81 | */ |
81 | 82 | public function getAttributeMapping($name) |
@@ -63,8 +63,6 @@ discard block |
||
63 | 63 | private $certificateFile; |
64 | 64 | |
65 | 65 | /** |
66 | - * @param string $identityId |
|
67 | - * @param string $secondFactorId |
|
68 | 66 | * @return RemoteVettingIdenityProviderDto |
69 | 67 | */ |
70 | 68 | public static function create(array $configData) |
@@ -110,7 +108,7 @@ discard block |
||
110 | 108 | } |
111 | 109 | |
112 | 110 | /** |
113 | - * @return string[] |
|
111 | + * @return string |
|
114 | 112 | */ |
115 | 113 | public function getDescription($lang) |
116 | 114 | { |