Completed
Pull Request — master (#25)
by Tom
01:36
created
src/Enum.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -28,6 +28,9 @@
 block discarded – undo
28 28
     /** @var string */
29 29
     protected $name;
30 30
 
31
+    /**
32
+     * @param string $name
33
+     */
31 34
     public function __construct(?string $name = null, ?string $value = null, ?int $index = null)
32 35
     {
33 36
         if (is_null($name) && is_null($value) && is_null($index)) {
Please login to merge, or discard this patch.