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.
2 parents 4cb3d3c + e13ea5f commit 86e3697Copy full SHA for 86e3697
DependencyInjection/Security/Factory/AbstractFactory.php
@@ -14,7 +14,6 @@
14
use Symfony\Component\Config\Definition\Builder\NodeDefinition;
15
use Symfony\Component\DependencyInjection\ChildDefinition;
16
use Symfony\Component\DependencyInjection\ContainerBuilder;
17
-use Symfony\Component\DependencyInjection\Reference;
18
19
/**
20
* AbstractFactory is the base class for all classes inheriting from
Tests/Functional/LocalizedRoutesAsPathTest.php
@@ -36,6 +36,7 @@ public function testLoginLogoutProcedure(string $locale)
36
37
38
* @group issue-32995
39
+ *
40
* @dataProvider getLocales
41
*/
42
public function testLoginFailureWithLocalizedFailurePath(string $locale)
0 commit comments