@@ -5,11 +5,11 @@ |
||
5 | 5 | |
6 | 6 | class Date |
7 | 7 | { |
8 | - private $start; |
|
9 | - private $end; |
|
10 | - private $format; |
|
11 | - private $value; |
|
12 | - private $year; |
|
8 | + private $start; |
|
9 | + private $end; |
|
10 | + private $format; |
|
11 | + private $value; |
|
12 | + private $year; |
|
13 | 13 | |
14 | 14 | /** |
15 | 15 | * Constructor |