File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ ExpressionLanguageSyntax
33
44.. deprecated :: 6.1
55
6- This constraint is deprecated since Symfony 6.1.
7- Use the`` ExpressionSyntax`` constraint instead .
6+ This constraint is deprecated since Symfony 6.1. Instead, use the
7+ :doc: ` ExpressionSyntax < /reference/constraints/ExpressionSyntax >` constraint.
88
99This constraint checks that the value is valid as an `ExpressionLanguage `_
1010expression.
Original file line number Diff line number Diff line change @@ -4,10 +4,11 @@ ExpressionSyntax
44This constraint checks that the value is valid as an `ExpressionLanguage `_
55expression.
66
7- .. info :: 6.1
7+ .. versionadded :: 6.1
88
9- This constraint is deprecated since Symfony 6.1.
10- Use the``ExpressionSyntax`` constraint instead.
9+ This constraint was introduced in Symfony 6.1 and deprecates the previous
10+ :doc: `ExpressionLanguageSyntax </reference/constraints/ExpressionLanguageSyntax >`
11+ constraint.
1112
1213========== ===================================================================
1314Applies to :ref: `property or method <validation-property-target >`
You can’t perform that action at this time.
0 commit comments