Skip to content

Commit ba5059e

Browse files
[ExpressionLanguage] in and not in operators are using strict comparison
1 parent 99c56e1 commit ba5059e

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

reference/formats/expression_language.rst

Lines changed: 2 additions & 5 deletions
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)