Skip to content

Commit db84c81

Browse files
cs fix
1 parent 383217f commit db84c81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Authentication/AuthenticationTrustResolverTest.php

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

1212
namespace Symfony\Component\Security\Core\Tests\Authentication;
1313

14-
use Symfony\Component\Security\Core\User\UserInterface;
1514
use PHPUnit\Framework\TestCase;
1615
use Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver;
1716
use Symfony\Component\Security\Core\Authentication\Token\AnonymousToken;
1817
use Symfony\Component\Security\Core\Authentication\Token\RememberMeToken;
1918
use Symfony\Component\Security\Core\Authentication\Token\TokenInterface;
2019
use Symfony\Component\Security\Core\User\InMemoryUser;
2120
use Symfony\Component\Security\Core\User\User;
21+
use Symfony\Component\Security\Core\User\UserInterface;
2222

2323
class AuthenticationTrustResolverTest extends TestCase
2424
{

0 commit comments

Comments
 (0)