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.
2 parents 318c80f + a2ef02b commit 42ce17cCopy full SHA for 42ce17c
reference/twig_reference.rst
@@ -762,8 +762,8 @@ needed objects and values. It is an instance of
762
The available attributes are:
763
764
* ``app.user``, a PHP object representing the current user;
765
-* ``app.request``, a :class:``Symfony\\Component\\HttpFoundation\\Request`` object;
766
-* ``app.session``, a :class:``Symfony\\Component\\HttpFoundation\\Session\\Session`` object;
+* ``app.request``, a :class:`Symfony\\Component\\HttpFoundation\\Request` object;
+* ``app.session``, a :class:`Symfony\\Component\\HttpFoundation\\Session\\Session` object;
767
* ``app.environment``, a string with the name of the execution environment;
768
* ``app.debug``, a boolean telling whether the debug mode is enabled in the app;
769
* ``app.security`` (deprecated as of 2.6).
0 commit comments