Skip to content

Commit

Permalink
Fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Jul 20, 2022
1 parent bc9c982 commit b0169ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Command/UserPasswordHashCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ public function testEncodePasswordAsksNonProvidedUserClass()
[2] Custom\Class\Test\User
[3] Symfony\Component\Security\Core\User\InMemoryUser
EOTXT
, $this->passwordHasherCommandTester->getDisplay(true));
, $this->passwordHasherCommandTester->getDisplay(true));
}

public function testNonInteractiveEncodePasswordUsesFirstUserClass()
Expand Down

0 comments on commit b0169ed

Please sign in to comment.