Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 866bbec

Browse filesBrowse files
committed
fix
1 parent 54248b0 commit 866bbec
Copy full SHA for 866bbec

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Component/EventDispatcher/Tests/DependencyInjection/RegisterListenersPassTest.php
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.