Completed
Push — master ( 248a24...bb02de )
by Daniel
02:42
created
Transport/Worker/WorkerBuilder.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
      */
32 32
     public function buildQueue($queueName, QueueServiceInterface $queueService, QueueBagInterface $queueBag)
33 33
     {
34
-        if (! $queueBag instanceof WorkerQueueBag) {
34
+        if (!$queueBag instanceof WorkerQueueBag) {
35 35
             throw new \Exception('Unsupported QueueBag');
36 36
         }
37 37
         $queue = new Queue($this->getConnectionManager(), $queueBag, $this->logger);
Please login to merge, or discard this patch.