Completed
Branch master (75ec1b)
by Carlos C
06:39
created
src/EnumInterface.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -13,6 +13,7 @@
 block discarded – undo
13 13
      *
14 14
      * @throws \InvalidArgumentException if value is not in the correct type of enum
15 15
      * @throws \OutOfBoundsException if value is not part of the enum
16
+     * @return void
16 17
      */
17 18
     public function __construct($value);
18 19
 
Please login to merge, or discard this patch.