@@ -24,6 +24,9 @@ |
||
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; |