Skip to content

Commit

Permalink
Merge branch '6.0' into 6.1
Browse files Browse the repository at this point in the history
* 6.0:
  [HttpFoundation] IPv4-mapped IPv6 addresses incorrectly rejected
  Minor (comment only), part 2
  [RateLimiter] Add typecast to Reservation::wait
  [FrameworkBundle] Remove check of undefined service in mailer assertions
  [VarDumper] Ignore \Error in __debugInfo()
  • Loading branch information
nicolas-grekas committed Dec 9, 2022
2 parents c84ff02 + 544a1f6 commit 9ba27ee
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 9ba27ee

Please sign in to comment.