Skip to content

Commit c43f6bf

Browse files
committed
legacy on 5.2
1 parent c1f5d33 commit c43f6bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Maker/MakeRegistrationForm.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ public function generate(InputInterface $input, ConsoleStyle $io, Generator $gen
276276

277277
/*
278278
* @legacy Conditional can be removed when MakerBundle no longer
279-
* supports Symfony < 6.0
279+
* supports Symfony < 5.2
280280
*/
281281
$passwordHasher = UserPasswordEncoderInterface::class;
282282

src/Maker/MakeResetPassword.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ public function generate(InputInterface $input, ConsoleStyle $io, Generator $gen
200200

201201
/*
202202
* @legacy Conditional can be removed when MakerBundle no longer
203-
* supports Symfony < 6.0.
203+
* supports Symfony < 5.2
204204
*/
205205
$passwordHasher = UserPasswordEncoderInterface::class;
206206

0 commit comments

Comments
 (0)