Skip to content

Commit c1f5d33

Browse files
committed
add legacy tags
1 parent dc23343 commit c1f5d33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Maker/MakeRegistrationForm.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -331,8 +331,8 @@ public function generate(InputInterface $input, ConsoleStyle $io, Generator $gen
331331
'firewall_name' => $this->firewallName,
332332
'redirect_route_name' => $this->redirectRouteName,
333333
'password_class_details' => ($passwordClassDetails = $generator->createClassNameDetails($passwordHasher, '\\')),
334-
'password_variable_name' => sprintf('$%s', lcfirst($passwordClassDetails->getShortName())),
335-
'use_password_hasher' => UserPasswordHasherInterface::class === $passwordHasher,
334+
'password_variable_name' => sprintf('$%s', lcfirst($passwordClassDetails->getShortName())), // @legacy see passwordHasher conditional above
335+
'use_password_hasher' => UserPasswordHasherInterface::class === $passwordHasher, // @legacy see passwordHasher conditional above
336336
],
337337
$userRepoVars
338338
)

0 commit comments

Comments
 (0)