Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
in
not in
1 parent 99c56e1 commit ba5059eCopy full SHA for ba5059e
reference/formats/expression_language.rst
@@ -352,12 +352,9 @@ For example::
352
353
The ``$inGroup`` would evaluate to ``true``.
354
355
-.. deprecated:: 6.3
+.. note::
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.
+ The ``in`` and ``not in`` operators are using strict comparison.
361
362
Numeric Operators
363
~~~~~~~~~~~~~~~~~
0 commit comments