Skip to content

Commit

Permalink
Merge branch '4.4' into 5.4
Browse files Browse the repository at this point in the history
* 4.4:
  Fix CS
  • Loading branch information
fabpot committed Jul 20, 2022
2 parents 4d5f495 + d2a6bf4 commit 8ec874d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Functional/UserPasswordEncoderCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ public function testEncodePasswordAsksNonProvidedUserClass()
[2] Custom\Class\Test\User
[3] Symfony\Component\Security\Core\User\InMemoryUser
EOTXT
, $this->passwordEncoderCommandTester->getDisplay(true));
, $this->passwordEncoderCommandTester->getDisplay(true));
}

public function testNonInteractiveEncodePasswordUsesFirstUserClass()
Expand Down

0 comments on commit 8ec874d

Please sign in to comment.