Skip to content

Commit

Permalink
[6.0] cs fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas committed Dec 16, 2021
1 parent b46e1a5 commit 84a702e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Hasher/UserPasswordHasherTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
use Symfony\Component\PasswordHasher\PasswordHasherInterface;
use Symfony\Component\PasswordHasher\Tests\Fixtures\TestLegacyPasswordAuthenticatedUser;
use Symfony\Component\PasswordHasher\Tests\Fixtures\TestPasswordAuthenticatedUser;
use Symfony\Component\Security\Core\User\User;
use Symfony\Component\Security\Core\User\InMemoryUser;
use Symfony\Component\Security\Core\User\User;

class UserPasswordHasherTest extends TestCase
{
Expand Down

0 comments on commit 84a702e

Please sign in to comment.