Skip to content

Commit dadadbb

Browse files
committed
add missing comma
1 parent 92d6e51 commit dadadbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/twig_reference.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -736,7 +736,7 @@ 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`
739+
* ``app.token``, (a :class:`Symfony\\Component\\Security\\Core\\Authentication\\Token\\TokenInterface`
740740
object representing the security token)
741741

742742
.. _`Twig Reference`: http://twig.sensiolabs.org/documentation#reference

0 commit comments

Comments
 (0)