Skip to content

Commit

Permalink
modif for sf7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mhetru committed Dec 22, 2023
1 parent a059109 commit a1f3ec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Entity/UidUser.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public function getUserIdentifier(): string {
* This is important if, at any given point, sensitive information like
* the plain-text password is stored on this object.
*/
public function eraseCredentials() {}
public function eraseCredentials(): void {}

public function equals(UserInterface $user) {
if(!$user instanceof UidUser) {
Expand Down

0 comments on commit a1f3ec1

Please sign in to comment.