Completed
Push — master ( 321870...81d10e )
by Bernhard
24s queued 10s
created
src/Command/Track.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -92,7 +92,7 @@
 block discarded – undo
92 92
             if ($lastBooking->getTicketId() === PauseEntity::PAUSE_TAG_START) {
93 93
                 // create a new pause instance
94 94
                 $now = new \DateTime();
95
-                $pause = new PauseEntity('', true, $now->getTimestamp()-1);
95
+                $pause = new PauseEntity('', true, $now->getTimestamp() - 1);
96 96
                 $storage->store($pause);
97 97
             }
98 98
             $storage->store($booking);
Please login to merge, or discard this patch.