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 1454b98 commit c3fdc75Copy full SHA for c3fdc75
reference/formats/expression_language.rst
@@ -20,6 +20,11 @@ The component supports:
20
* **booleans** - ``true`` and ``false``
21
* **null** - ``null``
22
* **exponential** - also known as scientific (e.g. ``1.99E+3`` or ``1e-2``)
23
+* **comments** - using ``/*`` and ``*/`` (e.g. ``/* this is a comment */``)
24
+
25
+.. versionadded:: 7.2
26
27
+ The support for comments inside expressions was introduced in Symfony 7.2.
28
29
.. caution::
30
0 commit comments