Skip to content

Commit 866bbec

Browse files
committed
fix
1 parent 54248b0 commit 866bbec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/EventDispatcher/Tests/DependencyInjection/RegisterListenersPassTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ public function testTaggedMultiEventListener()
290290
self::markTestSkipped('This test requires Symfony DependencyInjection >= 5.3');
291291
}
292292

293-
$container = new ContainerBuilder();
293+
$container = new ContainerBuilder();
294294
$container->registerAttributeForAutoconfiguration(AsEventListener::class, eval(<<<'PHP'
295295
return static function (\Symfony\Component\DependencyInjection\ChildDefinition $definition, \Symfony\Component\EventDispatcher\Attribute\AsEventListener $attribute, \ReflectionClass|\ReflectionMethod $reflector): void {
296296
$tagAttributes = get_object_vars($attribute);

0 commit comments

Comments
 (0)