@@ -163,7 +163,7 @@ |
||
| 163 | 163 | |
| 164 | 164 | /** |
| 165 | 165 | * @param string[] $institutions |
| 166 | - * @param $configuredInstitutions |
|
| 166 | + * @param string[] $configuredInstitutions |
|
| 167 | 167 | * @return string[] |
| 168 | 168 | */ |
| 169 | 169 | public function determineNonExistentInstitutions(array $institutions, $configuredInstitutions) |
@@ -64,6 +64,7 @@ discard block |
||
| 64 | 64 | |
| 65 | 65 | /** |
| 66 | 66 | * Construct a new aggregate root. Aggregate roots can only be affected by events, so no parameters are allowed. |
| 67 | + * @return void |
|
| 67 | 68 | */ |
| 68 | 69 | public function __construct(); |
| 69 | 70 | |
@@ -288,6 +289,7 @@ discard block |
||
| 288 | 289 | |
| 289 | 290 | /** |
| 290 | 291 | * @param int $numberOfTokens |
| 292 | + * @return void |
|
| 291 | 293 | */ |
| 292 | 294 | public function setMaxNumberOfTokens($numberOfTokens); |
| 293 | 295 | } |