8000 fix version in @deprecated annotation · symfony/symfony@e016145 · GitHub
[go: up one dir, main page]

Skip to content

Commit e016145

Browse files
committed
fix version in @deprecated annotation
1 parent 3ab7d57 commit e016145

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
@@ -21,7 +21,7 @@
2121
* @author Arnaud Le Blanc <arnaud.lb@gmail.com>
2222
* @author Nicolas Grekas <p@tchwork.com>
2323
*
24-
* @deprecated since Symfony 4.2, use CompiledUrlMatcherDumper instead.
24+
* @deprecated since Symfony 4.3, use CompiledUrlMatcherDumper instead.
2525
*/
2626
class PhpMatcherDumper extends CompiledUrlMatcherDumper
2727
{

0 commit comments

Comments
 (0)
0