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.
1 parent 7946474 commit 296a5beCopy full SHA for 296a5be
components/expression_language.rst
@@ -432,6 +432,13 @@ For example::
432
433
The ``$inGroup`` would evaluate to ``true``.
434
435
+.. deprecated:: 6.3
436
+
437
+ In Symfony versions previous to 6.3, ``in`` and ``not in`` operators
438
+ were using loose comparison. Using these operators with variables of
439
+ different types is now deprecated, and these operators will be using
440
+ strict comparison from Symfony 7.0.
441
442
Numeric Operators
443
.................
444
0 commit comments