Completed
Push — master ( ebc672...3804bb )
by Casey
38s queued 12s
created
src/Granularity.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@
 block discarded – undo
49 49
         $phpFormat = $phpFormats[$format];
50 50
 
51 51
         return (new DateTimeImmutable(
52
-            '@' . $dateTime->getTimestamp(),
52
+            '@'.$dateTime->getTimestamp(),
53 53
             new DateTimeZone("UTC")
54 54
         ))->format($phpFormat);
55 55
     }
Please login to merge, or discard this patch.