@@ -19,7 +19,7 @@ |
||
19 | 19 | $num = func_num_args(); |
20 | 20 | if ($num === 1) { |
21 | 21 | list($this->start, $this->end) = self::getDateFromArray(func_get_arg(0)); |
22 | - } elseif ($num === 2 ) { |
|
22 | + } elseif ($num === 2) { |
|
23 | 23 | $this->start = self::convertToDateTime(func_get_arg(0)); |
24 | 24 | $this->end = self::convertToDateTime(func_get_arg(1)); |
25 | 25 | } else { |