Completed
Push — master ( cccc43...d888c1 )
by Tom
13s
created
src/Enum.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -25,6 +25,10 @@
 block discarded – undo
25 25
     /** @var string */
26 26
     protected $value;
27 27
 
28
+    /**
29
+     * @param string $value
30
+     * @param integer $index
31
+     */
28 32
     public function __construct(?string $value = null, ?int $index = null)
29 33
     {
30 34
         if (is_null($value) && is_null($index)) {
Please login to merge, or discard this patch.