8000 Fix version typo in deprecation notice · symfony/symfony@bd13271 · GitHub
[go: up one dir, main page]

Skip to content

Commit bd13271

Browse files
authored
Fix version typo in deprecation notice
1 parent 418c78c commit bd13271

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 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