8000 minor #18486 [ExpressionLanguage] `in` and `not in` operators are usi… · symfony/symfony-docs@6ee5457 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6ee5457

Browse files
committed
minor #18486 [ExpressionLanguage] in and not in operators are using strict comparison (alexandre-daubois)
This PR was merged into the 7.0 branch. Discussion ---------- [ExpressionLanguage] `in` and `not in` operators are using strict comparison Related to symfony/symfony#50867 Commits ------- ba5059e [ExpressionLanguage] `in` and `not in` operators are using strict comparison
2 parents 8447ed4 + ba5059e commit 6ee5457

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

reference/formats/expression_language.rst

+2-5
Original file line numberDiff line numberDiff line change
@@ -352,12 +352,9 @@ For example::
352352

353353
The ``$inGroup`` would evaluate to ``true``.
354354

355-
.. deprecated:: 6.3
355+
.. note::
356356

357-
In Symfony versions previous to 6.3, ``in`` and ``not in`` operators
358-
were using loose comparison. Using these operators with variables of
359-
different types is now deprecated, and these operators will be using
360-
strict comparison from Symfony 7.0.
357+
The ``in`` and ``not in`` operators are using strict comparison.
361358

362359
Numeric Operators
363360
~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)
0