Passed
Push — master ( a2ae4c...9be3ef )
by Mike
02:07
created
src/Xervice/RabbitMQ/Business/RabbitMQFacade.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -35,8 +35,8 @@
 block discarded – undo
35 35
     public function consumeQueries(ListenerInterface $listener): void
36 36
     {
37 37
         $this->getFactory()
38
-             ->createConsumer($listener)
39
-             ->consumeQueries();
38
+                ->createConsumer($listener)
39
+                ->consumeQueries();
40 40
     }
41 41
 
42 42
     public function runWorker(OutputInterface $output = null): void
Please login to merge, or discard this patch.