Skip to content

Commit 630fd12

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

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

reference/formats/expression_language.rst

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -350,14 +350,8 @@ For example::
350350
]
351351
);
352352

353-
The ``$inGroup`` would evaluate to ``true``.
354-
355-
.. deprecated:: 6.3
356-
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.
353+
The ``$inGroup`` would evaluate to ``true``. Note that the ``in`` and
354+
``not in`` operators are using strict comparison.
361355

362356
Numeric Operators
363357
~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)