Skip to content

Commit 93b9515

Browse files
wouterjnicolas-grekas
authored andcommitted
[Security] Remove everything related to the deprecated authentication manager
1 parent c44504c commit 93b9515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Hasher/UserPasswordHasherTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
use Symfony\Component\PasswordHasher\PasswordHasherInterface;
1919
use Symfony\Component\PasswordHasher\Tests\Fixtures\TestLegacyPasswordAuthenticatedUser;
2020
use Symfony\Component\PasswordHasher\Tests\Fixtures\TestPasswordAuthenticatedUser;
21-
use Symfony\Component\Security\Core\User\InMemoryUser;
2221
use Symfony\Component\Security\Core\User\User;
22+
use Symfony\Component\Security\Core\User\InMemoryUser;
2323

2424
class UserPasswordHasherTest extends TestCase
2525
{

0 commit comments

Comments
 (0)