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 3f7b834 commit ce18b4fCopy full SHA for ce18b4f
Tests/DependencyInjection/SecurityExtensionTest.php
@@ -629,7 +629,7 @@ public function provideUserCheckerConfig()
629
yield [['user_checker' => TestUserChecker::class], TestUserChecker::class];
630
}
631
632
- public function testConfigureCustomFirewallListener(): void
+ public function testConfigureCustomFirewallListener()
633
{
634
$container = $this->getRawContainer();
635
/** @var SecurityExtension $extension */
0 commit comments