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
3
3
4
4
.. deprecated :: 6.1
5
5
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.
8
8
9
9
This constraint checks that the value is valid as an `ExpressionLanguage `_
10
10
expression.
Original file line number Diff line number Diff line change @@ -4,10 +4,11 @@ ExpressionSyntax
4
4
This constraint checks that the value is valid as an `ExpressionLanguage `_
5
5
expression.
6
6
7
- .. info :: 6.1
7
+ .. versionadded :: 6.1
8
8
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.
11
12
12
13
========== ===================================================================
13
14
Applies to :ref: `property or method <validation-property-target >`
You can’t perform that action at this time.
0 commit comments