Skip to content

Commit 87e4c97

Browse files
committed
fix version in @deprecated annotation
1 parent 229862e commit 87e4c97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 <[email protected]>
2222
* @author Nicolas Grekas <[email protected]>
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)