Skip to content

Commit c09570c

Browse files
[Security] Improve BC-layer to deprecate eraseCredentials methods
1 parent a86842c commit c09570c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tests/Fixtures/User.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ public function getUserIdentifier(): string
4545
return $this->name;
4646
}
4747

48+
#[\Deprecated]
4849
public function eraseCredentials(): void
4950
{
5051
}

0 commit comments

Comments
 (0)