Skip to content

Commit 1f4976c

Browse files
Merge branch '6.1' into 6.2
* 6.1: [HttpFoundation] IPv4-mapped IPv6 addresses incorrectly rejected Minor (comment only), part 2 [RateLimiter] Add typecast to Reservation::wait [FrameworkBundle] add `kernel.locale_aware` tag to `LocaleSwitcher` [FrameworkBundle] Remove check of undefined service in mailer assertions [VarDumper] Ignore \Error in __debugInfo()
2 parents aa8d792 + 9ba27ee commit 1f4976c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

User/UserInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public function getRoles(): array;
5555
public function eraseCredentials();
5656

5757
/**
58-
* Returns the identifier for this user (e.g. its username or email address).
58+
* Returns the identifier for this user (e.g. username or email address).
5959
*/
6060
public function getUserIdentifier(): string;
6161
}

0 commit comments

Comments
 (0)