8000 minor #33668 Fix version typo in deprecation notice (teohhanhui) · symfony/symfony@b472ee2 · GitHub
[go: up one dir, main page]

Skip to content

Commit b472ee2

Browse files
committed
minor #33668 Fix version typo in deprecation notice (teohhanhui)
This PR was merged into the 4.3 branch. Discussion ---------- Fix version typo in deprecation notice | Q | A | ------------- | --- | Branch? | 4.3 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | N/A | License | MIT | Doc PR | N/A #28865 was merged into 4.3 Commits ------- bd13271 Fix version typo in deprecation notice
2 parents 8e59820 + bd13271 commit b472ee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Routing/Matcher/Dumper/PhpMatcherDumper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 7420 line change
@@ -11,7 +11,7 @@
1111

1212
namespace Symfony\Component\Routing\Matcher\Dumper;
1313

14-
@trigger_error(sprintf('The "%s" class is deprecated since Symfony 4.2, use "CompiledUrlMatcherDumper" instead.', PhpMatcherDumper::class), E_USER_DEPRECATED);
14+
@trigger_error(sprintf('The "%s" class is deprecated since Symfony 4.3, use "CompiledUrlMatcherDumper" instead.', PhpMatcherDumper::class), E_USER_DEPRECATED);
1515

1616
/**
1717
* PhpMatcherDumper creates a PHP class able to match URLs for a given set of routes.

0 commit comments

Comments
 (0)
0