Skip to content

Commit 86e3697

Browse files
Merge branch '5.4' into 6.2
* 5.4: CS fix Fix test provider
2 parents 4cb3d3c + e13ea5f commit 86e3697

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

DependencyInjection/Security/Factory/AbstractFactory.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
use Symfony\Component\Config\Definition\Builder\NodeDefinition;
1515
use Symfony\Component\DependencyInjection\ChildDefinition;
1616
use Symfony\Component\DependencyInjection\ContainerBuilder;
17-
use Symfony\Component\DependencyInjection\Reference;
1817

1918
/**
2019
* AbstractFactory is the base class for all classes inheriting from

Tests/Functional/LocalizedRoutesAsPathTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ public function testLoginLogoutProcedure(string $locale)
3636

3737
/**
3838
* @group issue-32995
39+
*
3940
* @dataProvider getLocales
4041
*/
4142
public function testLoginFailureWithLocalizedFailurePath(string $locale)

0 commit comments

Comments
 (0)