Skip to content

Commit aa075ce

Browse files
keradusnicolas-grekas
authored andcommitted
chore: PHP CS Fixer - update heredoc handling
1 parent 2ca0a15 commit aa075ce

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Tests/Command/UserPasswordHashCommandTest.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,8 +263,9 @@ public function testEncodePasswordAsksNonProvidedUserClass()
263263
[1] Custom\Class\Pbkdf2\User
264264
[2] Custom\Class\Test\User
265265
[3] Symfony\Component\Security\Core\User\InMemoryUser
266-
EOTXT
267-
, $this->passwordHasherCommandTester->getDisplay(true));
266+
EOTXT,
267+
$this->passwordHasherCommandTester->getDisplay(true)
268+
);
268269
}
269270

270271
public function testNonInteractiveEncodePasswordUsesFirstUserClass()

0 commit comments

Comments
 (0)