Skip to content

Commit b7f97d6

Browse files
committed
Fix CS (removed empty line)
1 parent caa56f3 commit b7f97d6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/DependencyInjection/ProophServiceBusExtension.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@ private function loadBus(string $type, string $name, array $options, ContainerBu
166166
$containerPluginId = 'prooph_service_bus.container_plugin';
167167
$pluginIds = array_filter(array_merge($options['plugins'], [$containerPluginId, $messageFactoryPluginId, $routerId]));
168168

169-
170169
// Wrap the message bus creation into factory to call attachToMessageBus on the plugins
171170
$serviceBusDefinition
172171
->setFactory([new Reference('prooph_service_bus.'.$type.'_bus_factory'), 'create'])

0 commit comments

Comments
 (0)