Passed
Pull Request — master (#39)
by Tilita
18:33
created
src/Entity/QueueEntity.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -406,7 +406,7 @@
 block discarded – undo
406 406
         }
407 407
 
408 408
         $this->getChannel()
409
-             ->basic_qos(null, $this->prefetchCount, $this->globalPrefetch);
409
+                ->basic_qos(null, $this->prefetchCount, $this->globalPrefetch);
410 410
 
411 411
         $this->getChannel()
412 412
             ->basic_consume(
Please login to merge, or discard this patch.