Skip to content

Commit 80e7c7e

Browse files
Merge branch '7.4' into 8.0
* 7.4: chore: PHP CS Fixer - update heredoc handling
2 parents 7c61f53 + aa075ce commit 80e7c7e

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)