Skip to content

Commit 8f1d595

Browse files
committed
feat: add empty implementation for eraseCredentials method in User class
1 parent f1dac7d commit 8f1d595

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/symfony/functional/User.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ public function getUsername(): string
4141

4242
public function eraseCredentials(): void
4343
{
44+
// Intentionally left empty - required by UserInterface
4445
}
4546

4647
public function getUserIdentifier(): string

0 commit comments

Comments
 (0)