Passed
Push — master ( 80dcb0...573250 )
by Koldo
02:30
created
src/Container/StartQueueConsumerFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
     ): StartQueueConsumer {
18 18
         return new StartQueueConsumer(
19 19
             $container->get(QueueConsumerInterface::class),
20
-            $container->get($contextName . '.action.container')
20
+            $container->get($contextName.'.action.container')
21 21
         );
22 22
     }
23 23
 }
Please login to merge, or discard this patch.