@@ -53,8 +53,8 @@ discard block |
||
53 | 53 | * @param AttributeCollectionInterface $attributeCollectionAggregate |
54 | 54 | * @param string $nameId |
55 | 55 | * @param string $applicationVersion |
56 | - * @param $institution |
|
57 | - * @param $remoteVettingSource |
|
56 | + * @param string $institution |
|
57 | + * @param string $remoteVettingSource |
|
58 | 58 | * @throws \Assert\AssertionFailedException |
59 | 59 | */ |
60 | 60 | public function __construct( |
@@ -76,6 +76,9 @@ discard block |
||
76 | 76 | $this->remoteVettingSource = $remoteVettingSource; |
77 | 77 | } |
78 | 78 | |
79 | + /** |
|
80 | + * @return string |
|
81 | + */ |
|
79 | 82 | public function serialize() |
80 | 83 | { |
81 | 84 | return json_encode( |