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
345345* ``not `` or ``! ``
346346* ``and `` or ``&& ``
347347* ``or `` or ``|| ``
348+ * ``xor ``
349+
350+ .. versionadded :: 7.2
351+
352+ Support for the ``xor `` logical operator was introduced in Symfony 7.2.
348353
349354For example::
350355
@@ -487,6 +492,8 @@ The following table summarizes the operators and their associativity from the
487492+-----------------------------------------------------------------+---------------+
488493| ``and ``, ``&& `` | left |
489494+-----------------------------------------------------------------+---------------+
495+ | ``xor `` | left |
496+ +-----------------------------------------------------------------+---------------+
490497| ``or ``, ``|| `` | left |
491498+-----------------------------------------------------------------+---------------+
492499
You can’t perform that action at this time.
0 commit comments