Skip to content

Commit 9e0c02d

Browse files
committed
Prepare PasswordUpgraderInterface implementations for 6.0 signatures
1 parent cb1626b commit 9e0c02d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Authenticator/Fixtures/PasswordUpgraderProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
class PasswordUpgraderProvider extends InMemoryUserProvider implements PasswordUpgraderInterface
2020
{
21-
public function upgradePassword(UserInterface $user, string $newEncodedPassword): void
21+
public function upgradePassword($user, string $newHashedPassword): void
2222
{
2323
}
2424
}

0 commit comments

Comments
 (0)