Skip to content

Commit

Permalink
Merge branch '5.4' into 6.0
Browse files Browse the repository at this point in the history
* 5.4:
  Fix CS
  Fix CS
  • Loading branch information
fabpot committed Jul 20, 2022
2 parents b51d215 + b0169ed commit 91b75ee
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 91b75ee

Please sign in to comment.