Skip to content

Commit b3a26c3

Browse files
committed
Minor tweaks
1 parent bfc6974 commit b3a26c3

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

reference/constraints/ExpressionLanguageSyntax.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

99
This constraint checks that the value is valid as an `ExpressionLanguage`_
1010
expression.

reference/constraints/ExpressionSyntax.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ ExpressionSyntax
44
This constraint checks that the value is valid as an `ExpressionLanguage`_
55
expression.
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
========== ===================================================================
1314
Applies to :ref:`property or method <validation-property-target>`

0 commit comments

Comments
 (0)