8000 minor #40666 Doc: Fix unclosed backtick in UPGRADE-6.0.md (glensc) · symfony/symfony@c143284 · GitHub
[go: up one dir, main page]

Skip to content

Commit c143284

Browse files
minor #40666 Doc: Fix unclosed backtick in UPGRADE-6.0.md (glensc)
This PR was merged into the 5.3-dev branch. Discussion ---------- Doc: Fix unclosed backtick in UPGRADE-6.0 8000 .md Fix unclosed backtick. | Q | A | ------------- | --- | Branch? | 5.x for features / 4.4 or 5.2 for bug fixes <!-- see below --> | Bug fix? | yes/no | New feature? | yes/no <!-- please update src/**/CHANGELOG.md files --> | Deprecations? | yes/no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tickets | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead --> | License | MIT | Doc PR | symfony/symfony-docs#... <!-- required for new features --> <!-- Replace this notice by a short README for your feature/bugfix. This will help people understand your PR and can be used as a start for the documentation. Additionally (see https://symfony.com/releases): - Always add tests and ensure they pass. - Never break backward compatibility (see https://symfony.com/bc). - Bug fixes must be submitted against the lowest maintained branch where they apply (lowest branches are regularly merged to upper ones so they get the fixes too.) - Features and deprecations must be submitted against branch 5.x. - Changelog entry should follow https://symfony.com/doc/current/contributing/code/conventions.html#writing-a-changelog-entry --> Commits ------- c4c7966 Update UPGRADE-6.0.md
2 parents 6f4b0a3 + c4c7966 commit c143284

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UPGRADE-6.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Asset
99
DoctrineBridge
1010
--------------
1111

12-
* Remove `UserLoaderInterface::loadUserByUsername()` in favor of `UserLoaderInterface::loadUserByIdentifier()
12+
* Remove `UserLoaderInterface::loadUserByUsername()` in favor of `UserLoaderInterface::loadUserByIdentifier()`
1313

1414
Config
1515
------

0 commit comments

Comments
 (0)
0