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.
1 parent c44504c commit 93b9515Copy full SHA for 93b9515
Tests/Hasher/UserPasswordHasherTest.php
@@ -18,8 +18,8 @@
18
use Symfony\Component\PasswordHasher\PasswordHasherInterface;
19
use Symfony\Component\PasswordHasher\Tests\Fixtures\TestLegacyPasswordAuthenticatedUser;
20
use Symfony\Component\PasswordHasher\Tests\Fixtures\TestPasswordAuthenticatedUser;
21
-use Symfony\Component\Security\Core\User\InMemoryUser;
22
use Symfony\Component\Security\Core\User\User;
+use Symfony\Component\Security\Core\User\InMemoryUser;
23
24
class UserPasswordHasherTest extends TestCase
25
{
0 commit comments