Skip to content

Commit 8ec874d

Browse files
committed
Merge branch '4.4' into 5.4
* 4.4: Fix CS
2 parents 4d5f495 + d2a6bf4 commit 8ec874d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Functional/UserPasswordEncoderCommandTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ public function testEncodePasswordAsksNonProvidedUserClass()
286286
[2] Custom\Class\Test\User
287287
[3] Symfony\Component\Security\Core\User\InMemoryUser
288288
EOTXT
289-
, $this->passwordEncoderCommandTester->getDisplay(true));
289+
, $this->passwordEncoderCommandTester->getDisplay(true));
290290
}
291291

292292
public function testNonInteractiveEncodePasswordUsesFirstUserClass()

0 commit comments

Comments
 (0)