Skip to content

Commit 9e2c53f

Browse files
committed
Merge branch '4.4' into 5.2
* 4.4: [Console] Fix tests
2 parents b9fc1a1 + dd892d8 commit 9e2c53f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Tests/Security/User/EntityUserProviderTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,4 +234,7 @@ abstract class UserLoaderRepository implements ObjectRepository, UserLoaderInter
234234

235235
abstract class PasswordUpgraderRepository implements ObjectRepository, PasswordUpgraderInterface
236236
{
237+
public function upgradePassword(UserInterface $user, string $newEncodedPassword): void
238+
{
239+
}
237240
}

0 commit comments

Comments
 (0)