Skip to content

Commit 86b6696

Browse files
committed
minor #7901 add missing comma (xabbuh, javiereguiluz)
This PR was merged into the 3.2 branch. Discussion ---------- add missing comma for consistency with the other entries, I missed that in 7dc3469 Commits ------- 00993a3 Removed unneeded parenthesis dadadbb add missing comma
2 parents 92d6e51 + 00993a3 commit 86b6696

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/twig_reference.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -736,8 +736,8 @@ The available attributes are:
736736
* ``app.session``, a :class:``Symfony\\Component\\HttpFoundation\\Session\\Session`` object;
737737
* ``app.environment``, a string with the name of the execution environment;
738738
* ``app.debug``, a boolean telling whether the debug mode is enabled in the app;
739-
* ``app.token`` (a :class:`Symfony\\Component\\Security\\Core\\Authentication\\Token\\TokenInterface`
740-
object representing the security token)
739+
* ``app.token``, a :class:`Symfony\\Component\\Security\\Core\\Authentication\\Token\\TokenInterface`
740+
object representing the security token.
741741

742742
.. _`Twig Reference`: http://twig.sensiolabs.org/documentation#reference
743743
.. _`Twig Extensions repository`: https://github.com/twigphp/Twig-extensions

0 commit comments

Comments
 (0)