@@ -11,7 +11,7 @@ |
||
11 | 11 | { |
12 | 12 | public function draw(\DateTimeInterface $date): string |
13 | 13 | { |
14 | - return 'new Date('.$date->format('Y').', '.((int) $date->format('n') - 1).', '.$date->format('j').', '. |
|
14 | + return 'new Date('.$date->format('Y').', '.((int)$date->format('n')-1).', '.$date->format('j').', '. |
|
15 | 15 | $date->format('H').', '.$date->format('i').', '.$date->format('s').')'; |
16 | 16 | } |
17 | 17 | } |