We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f019e47 commit ba5470eCopy full SHA for ba5470e
security/passwords.rst
@@ -506,7 +506,7 @@ the user provider::
506
{
507
// ...
508
509
- public function upgradePassword(UserInterface $user, string $newHashedPassword): void
+ public function upgradePassword(PasswordAuthenticatedUserInterface $user, string $newHashedPassword): void
510
511
// set the new hashed password on the User object
512
$user->setPassword($newHashedPassword);
0 commit comments