Completed
Push — feature/multiple-second-factor... ( 32a175 )
by
unknown
18:02
created
src/Surfnet/Stepup/Identity/Api/Identity.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -64,6 +64,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
288 289
 
289 290
     /**
290 291
      * @param int $numberOfTokens
292
+     * @return void
291 293
      */
292 294
     public function setMaxNumberOfTokens($numberOfTokens);
293 295
 }
Please login to merge, or discard this patch.