Skip to content

Commit 0064c28

Browse files
committed
add legacy tag
1 parent d07601f commit 0064c28

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Maker/MakeRegistrationForm.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,10 @@ public function generate(InputInterface $input, ConsoleStyle $io, Generator $gen
274274
'Controller\\'
275275
);
276276

277+
/*
278+
* @legacy Conditional can be removed when MakerBundle no longer
279+
* supports Symfony < 6.0
280+
*/
277281
$passwordHasher = UserPasswordEncoderInterface::class;
278282

279283
if (interface_exists(UserPasswordHasherInterface::class)) {

0 commit comments

Comments
 (0)