File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -345,6 +345,11 @@ Logical Operators
345
345
* ``not `` or ``! ``
346
346
* ``and `` or ``&& ``
347
347
* ``or `` or ``|| ``
348
+ * ``xor ``
349
+
350
+ .. versionadded :: 7.2
351
+
352
+ Support for the ``xor `` logical operator was introduced in Symfony 7.2.
348
353
349
354
For example::
350
355
@@ -487,6 +492,8 @@ The following table summarizes the operators and their associativity from the
487
492
+-----------------------------------------------------------------+---------------+
488
493
| ``and ``, ``&& `` | left |
489
494
+-----------------------------------------------------------------+---------------+
495
+ | ``xor `` | left |
496
+ +-----------------------------------------------------------------+---------------+
490
497
| ``or ``, ``|| `` | left |
491
498
+-----------------------------------------------------------------+---------------+
492
499
You can’t perform that action at this time.
0 commit comments