8000 Fix merge · symfony/symfony@48afd70 · GitHub
[go: up one dir, main page]

Skip to content

Commit 48afd70

Browse files
Fix merge
1 parent bdae9cb commit 48afd70

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/Symfony/Component/Security/Http/Tests/Firewall/LogoutListenerTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
use Symfony\Component\Security\Csrf\CsrfTokenManagerInterface;
2424
use Symfony\Component\Security\Http\Event\LogoutEvent;
2525
use Symfony\Component\Security\Http\Firewall\LogoutListener;
26-
use Symfony\Component\Security\Http\Firewall\LogoutListener;
2726
use Symfony\Component\Security\Http\HttpUtils;
2827
use Symfony\Component\Security\Http\Logout\LogoutHandlerInterface;
2928
use Symfony\Component\Security\Http\Logout\LogoutSuccessHandlerInterface;

src/Symfony/Component/Validator/Tests/ValidatorBuilderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313

1414
use PHPUnit\Framework\TestCase;
1515
use Psr\Cache\CacheItemPoolInterface;
16-
use Symfony\Component\Translation\TranslatorInterface;
1716
use Symfony\Component\Validator\ConstraintValidatorFactoryInterface;
1817
use Symfony\Component\Validator\ObjectInitializerInterface;
1918
use Symfony\Component\Validator\Validator\RecursiveValidator;
2019
use Symfony\Component\Validator\ValidatorBuilder;
20+
use Symfony\Contracts\Translation\TranslatorInterface;
2121

2222
class ValidatorBuilderTest extends TestCase
2323
{

0 commit comments

Comments
 (0)
0