@@ -24,6 +24,7 @@ |
||
| 24 | 24 | { |
| 25 | 25 | /** |
| 26 | 26 | * Instantiate a new Whitelist, should not be used. |
| 27 | + * @return void |
|
| 27 | 28 | */ |
| 28 | 29 | public function __construct(); |
| 29 | 30 | |
@@ -35,6 +35,9 @@ |
||
| 35 | 35 | return new self(Uuid::uuid5(self::UUID_NAMESPACE, $institution->getInstitution())); |
| 36 | 36 | } |
| 37 | 37 | |
| 38 | + /** |
|
| 39 | + * @param Uuid $institutionConfigurationId |
|
| 40 | + */ |
|
| 38 | 41 | private function __construct($institutionConfigurationId) |
| 39 | 42 | { |
| 40 | 43 | $this->institutionConfigurationId = $institutionConfigurationId; |