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 2e2d79b commit 439c9eaCopy full SHA for 439c9ea
User/PasswordUpgraderInterface.php
@@ -13,8 +13,6 @@
13
14
/**
15
* @author Nicolas Grekas <p@tchwork.com>
16
- *
17
- * @template TUser of PasswordAuthenticatedUserInterface
18
*/
19
interface PasswordUpgraderInterface
20
{
@@ -24,8 +22,6 @@ interface PasswordUpgraderInterface
24
22
* This method should persist the new password in the user storage and update the $user object accordingly.
25
23
* Because you don't want your users not being able to log in, this method should be opportunistic:
26
* it's fine if it does nothing or if it fails without throwing any exception.
27
28
- * @param TUser $user
29
30
public function upgradePassword(PasswordAuthenticatedUserInterface $user, string $newHashedPassword): void;
31
}
0 commit comments