Skip to content

Commit d20041a

Browse files
committed
Merge branch '4.3' into 4.4
* 4.3: fix version in @deprecated annotation [Security] use LegacyEventDispatcherProxy Add missing row_attr option to FormType
2 parents 612e779 + 87e4c97 commit d20041a

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