Completed
Pull Request — develop (#307)
by
unknown
13:37 queued 11:12
created
src/Surfnet/Stepup/Identity/Api/Identity.php 1 patch
Doc Comments   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -66,6 +66,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 }
Please login to merge, or discard this patch.