Skip to content

Commit b0169ed

Browse files
committed
Fix CS
1 parent bc9c982 commit b0169ed

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)