Skip to content

Commit e100922

Browse files
committed
Merge branch '6.2' into 6.3
* 6.2: fix link to the ExpressionLanguage syntax reference remove versionadded directive for Symfony 5.2
2 parents 7ad8b60 + bcb20fb commit e100922

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

http_client.rst

-4
Original file line numberDiff line numberDiff line change
@@ -1696,10 +1696,6 @@ has many safety checks that will throw a ``LogicException`` if the chunk
16961696
passthru doesn't behave correctly; e.g. if a chunk is yielded after an ``isLast()``
16971697
one, or if a content chunk is yielded before an ``isFirst()`` one, etc.
16981698

1699-
.. versionadded:: 5.2
1700-
1701-
:class:`Symfony\\Component\\HttpClient\\AsyncDecoratorTrait` was introduced in Symfony 5.2.
1702-
17031699
Testing
17041700
-------
17051701

reference/constraints/When.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ One way to accomplish this is with the When constraint:
147147
148148
The `expression`_ option is the expression that must return true in order
149149
to trigger the validation of the attached constraints. To learn more about
150-
the expression language syntax, see :doc:`/components/expression_language/syntax`.
150+
the expression language syntax, see :doc:`/reference/formats/expression_language`.
151151

152152
For more information about the expression and what variables are available
153153
to you, see the `expression`_ option details below.
@@ -165,7 +165,7 @@ If the expression evaluates to a falsey value (i.e. using ``==``, not ``===``),
165165
validation of constraints won't be triggered.
166166

167167
To learn more about the expression language syntax, see
168-
:doc:`/components/expression_language/syntax`.
168+
:doc:`/reference/formats/expression_language`.
169169

170170
Depending on how you use the constraint, you have access to 1 or 2 variables
171171
in your expression:

0 commit comments

Comments
 (0)