@@ -66,6 +66,7 @@ discard block |
||
66 | 66 | |
67 | 67 | /** |
68 | 68 | * Construct a new aggregate root. Aggregate roots can only be affected by events, so no parameters are allowed. |
69 | + * @return void |
|
69 | 70 | */ |
70 | 71 | public function __construct(); |
71 | 72 | |
@@ -297,13 +298,14 @@ discard block |
||
297 | 298 | public function getVerifiedSecondFactor(SecondFactorId $secondFactorId); |
298 | 299 | |
299 | 300 | /** |
300 | - * @return IdentityId We're deviating from Broadway's official API, as they accept toString-able VOs as IDs, and we |
|
301 | + * @return string We're deviating from Broadway's official API, as they accept toString-able VOs as IDs, and we |
|
301 | 302 | * require the IdentityId VO in our SensitiveDataEventStoreDecorator. |
302 | 303 | */ |
303 | 304 | public function getAggregateRootId(): string; |
304 | 305 | |
305 | 306 | /** |
306 | 307 | * @param int $numberOfTokens |
308 | + * @return void |
|
307 | 309 | */ |
308 | 310 | public function setMaxNumberOfTokens($numberOfTokens); |
309 | 311 | } |