8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19e5ed1 commit d1f7024Copy full SHA for d1f7024
src/Symfony/Component/EventDispatcher/DependencyInjection/RegisterListenersPass.php
@@ -62,8 +62,6 @@ public function process(ContainerBuilder $container)
62
$definition = $container->findDefinition($this->dispatcherService);
63
64
foreach ($container->findTaggedServiceIds($this->listenerTag, true) as $id => $events) {
65
- $def = $container->getDefinition($id);
66
-
67
foreach ($events as $event) {
68
$priority = isset($event['priority']) ? $event['priority'] : 0;
69
0 commit comments