Passed
Push — master ( d265e3...e69457 )
by Christophe
05:00
created
Output/Javascript/DateOutput.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
14 14
      */
15 15
     public function draw(\DateTimeInterface $date)
16 16
     {
17
-        return 'new Date('.$date->format('Y').', '.($date->format('n') - 1).', '.$date->format('j').', '.
17
+        return 'new Date('.$date->format('Y').', '.($date->format('n')-1).', '.$date->format('j').', '.
18 18
             $date->format('H').', '.$date->format('i').', '.$date->format('s').')';
19 19
     }
20 20
 }
Please login to merge, or discard this patch.