Passed
Push — master ( 5a13ac...6e7a8b )
by Alessandro
03:14 queued 01:31
created
src/ValueObject/CycleTime.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -24,6 +24,9 @@
 block discarded – undo
24 24
      */
25 25
     private $name;
26 26
 
27
+    /**
28
+     * @param null|double $value
29
+     */
27 30
     private function __construct(string $from, string $to, ?float $value, string $name)
28 31
     {
29 32
         $this->from = $from;
Please login to merge, or discard this patch.