Skip to content

Commit 4fb8af5

Browse files
committed
Merge branch '6.0' into 6.1
* 6.0: Fix CS Fix CS
2 parents 655b2b9 + 91b75ee commit 4fb8af5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Command/UserPasswordHashCommandTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ public function testEncodePasswordAsksNonProvidedUserClass()
264264
[2] Custom\Class\Test\User
265265
[3] Symfony\Component\Security\Core\User\InMemoryUser
266266
EOTXT
267-
, $this->passwordHasherCommandTester->getDisplay(true));
267+
, $this->passwordHasherCommandTester->getDisplay(true));
268268
}
269269

270270
public function testNonInteractiveEncodePasswordUsesFirstUserClass()

0 commit comments

Comments
 (0)