Completed
Pull Request — master (#18)
by Tom
11:27 queued 06:29
created
src/Enum.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -23,6 +23,10 @@
 block discarded – undo
23 23
     /** @var int */
24 24
     protected $index;
25 25
 
26
+    /**
27
+     * @param string $value
28
+     * @param integer $index
29
+     */
26 30
     public function __construct(?string $value = null, ?int $index = null)
27 31
     {
28 32
         if (is_null($value) && is_null($index)) {
Please login to merge, or discard this patch.