Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6a80e7d

Browse files
committed
minor #30234 [Routing] fix changelog typo (Tobion)
This PR was merged into the 4.3-dev branch. Discussion ---------- [Routing] fix changelog typo | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | no <!-- don't forget to update src/**/CHANGELOG.md files --> | BC breaks? | no <!-- see https://symfony.com/bc --> | Deprecations? | no <!-- don't forget to update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tests pass? | yes <!-- please add some, will be required by reviewers --> | Fixed tickets | | License | MIT | Doc PR | Fix small typos from #28865 Commits ------- 37dbab2 [Routing] fix changelog typos
2 parents 401cf87 + 37dbab2 commit 6a80e7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Routing/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ CHANGELOG
66

77
* added `CompiledUrlMatcher` and `CompiledUrlMatcherDumper`
88
* added `CompiledUrlGenerator` and `CompiledUrlGeneratorDumper`
9-
* deprecated `PhpUrlGeneratorDumped` and `PhpMatcherDumper`
9+
* deprecated `PhpGeneratorDumper` and `PhpMatcherDumper`
1010

1111
4.2.0
1212
-----

0 commit comments

Comments
 (0)