Passed
Pull Request — master (#51)
by Christophe
03:10
created
Output/Javascript/DateOutput.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
 {
13 13
     public function draw(DateTimeInterface $date): string
14 14
     {
15
-        return 'new Date('.$date->format('Y').', '.((int) $date->format('n') - 1).', '.$date->format('j').', '.
15
+        return 'new Date('.$date->format('Y').', '.((int)$date->format('n')-1).', '.$date->format('j').', '.
16 16
             $date->format('H').', '.$date->format('i').', '.$date->format('s').')';
17 17
     }
18 18
 }
Please login to merge, or discard this patch.