Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion reference/twig_reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,7 @@ The available attributes are:
* ``app.session``, a :class:``Symfony\\Component\\HttpFoundation\\Session\\Session`` object;
* ``app.environment``, a string with the name of the execution environment;
* ``app.debug``, a boolean telling whether the debug mode is enabled in the app;
* ``app.token`` (a :class:`Symfony\\Component\\Security\\Core\\Authentication\\Token\\TokenInterface`
* ``app.token``, (a :class:`Symfony\\Component\\Security\\Core\\Authentication\\Token\\TokenInterface`
Copy link
Contributor

@GuilhemN GuilhemN May 13, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shouldn't we remove the brackets then?

object representing the security token)

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