Skip to content

Commit

Permalink
Minor (comment only), part 2
Browse files Browse the repository at this point in the history
Second attempt of symfony/symfony#48242
Even if you didn't like "visual", you still can't say "its" to a user ;-)
  • Loading branch information
ThomasLandauer authored and fabpot committed Dec 9, 2022
1 parent 0bd4ad1 commit 544a1f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion User/UserInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public function getRoles(): array;
public function eraseCredentials();

/**
* Returns the identifier for this user (e.g. its username or email address).
* Returns the identifier for this user (e.g. username or email address).
*/
public function getUserIdentifier(): string;
}

0 comments on commit 544a1f6

Please sign in to comment.