| @@ -51,7 +51,7 @@ | ||
| 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); |