Completed
Push — master ( 0d1509...999927 )
by Danny
02:43
created
DependencyInjection/RabbitMqManagerExtension.php 1 patch
Spacing   +2 added lines, -3 removed lines patch added patch discarded remove patch
@@ -46,8 +46,7 @@  discard block
 block discarded – undo
46 46
             if (isset($rabbitMqBundleConfiguration[$type])) {
47 47
                 foreach ($rabbitMqBundleConfiguration[$type] as $name => $consumer) {
48 48
                     $consumerConfig = isset($config[$type]['individual'][$name]) ?
49
-                        $config[$type]['individual'][$name] :
50
-                        $config[$type]['general'];
49
+                        $config[$type]['individual'][$name] : $config[$type]['general'];
51 50
 
52 51
                     $command = $config['commands'][$type];
53 52
 
@@ -118,7 +117,7 @@  discard block
 block discarded – undo
118 117
                 'stopsignal' => $config['worker']['stopsignal'],
119 118
                 'stopwaitsecs' => $config['worker']['stopwaitsecs'],
120 119
             ],
121
-            'command' => [ // todo make this configurable at some point. as for now it's not important...
120
+            'command' => [// todo make this configurable at some point. as for now it's not important...
122 121
                 'console' => '%kernel.root_dir%/../bin/console',
123 122
                 'command' => isset($config['command']['command']) ? $config['command']['command'] : $command,
124 123
                 'arguments' => [
Please login to merge, or discard this patch.