Skip to content

Commit c2486e8

Browse files
committed
bug #19971 Update access_token.rst, removed letter (moviex1)
This PR was submitted for the 7.1 branch but it was merged into the 6.4 branch instead. Discussion ---------- Update access_token.rst, removed letter <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `7.x` for features of unreleased versions). --> Commits ------- 45d0dc9 Update access_token.rst, removed letter
2 parents da70070 + 45d0dc9 commit c2486e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/access_token.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ This handler must implement
9999

100100
// and return a UserBadge object containing the user identifier from the found token
101101
// (this is the same identifier used in Security configuration; it can be an email,
102-
// a UUUID, a username, a database ID, etc.)
102+
// a UUID, a username, a database ID, etc.)
103103
return new UserBadge($accessToken->getUserId());
104104
}
105105
}

0 commit comments

Comments
 (0)