Completed
Branch master (04ccab)
by Mike
07:50
created
src/SchedulerWorker.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
51 51
         if ($expiry === null) {
52 52
             $start = null;
53 53
         } else {
54
-            $start = new \DateTimeImmutable('@' . ($now->getTimestamp() - $expiry->s));
54
+            $start = new \DateTimeImmutable('@'.($now->getTimestamp() - $expiry->s));
55 55
         }
56 56
         $receivedCommands = $this->implementation->getSchedulerDriver()
57 57
             ->receiveDueCommands($now, $throttle, $start);
Please login to merge, or discard this patch.