Passed
Push — master ( 7f3759...c21964 )
by Alessandro
01:18 queued 10s
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 $days
29
+     */
27 30
     private function __construct(string $from, string $to, ?float $days, string $name)
28 31
     {
29 32
         $this->from = $from;
Please login to merge, or discard this patch.