Skip to content

Commit c697d44

Browse files
committed
4268: Marked eraseCredentials as deprecated
1 parent 9531733 commit c697d44

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Security/ApiUser.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ public function getRoles(): array
1515
return ['ROLE_USER'];
1616
}
1717

18+
#[\Deprecated]
1819
public function eraseCredentials(): void
1920
{
2021
// Do nothing

0 commit comments

Comments
 (0)