Skip to content

Commit 7312eba

Browse files
committed
Minor tweak
1 parent 34f2209 commit 7312eba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

security/expressions.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ syntax, see :doc:`/components/expression_language/syntax`.
4444
Inside the expression, you have access to a number of variables:
4545

4646
``user``
47-
An instance of :class:`Symfony\\Component\\Security\\Core\\User\\UserInterface` that represents the current user
48-
or ``null`` if you're not authenticated.
47+
An instance of :class:`Symfony\\Component\\Security\\Core\\User\\UserInterface`
48+
that represents the current user or ``null`` if you're not authenticated.
4949
``role_names``
5050
An array with the string representation of the roles the user has. This array
5151
includes any roles granted indirectly via the :ref:`role hierarchy <security-role-hierarchy>` but it

0 commit comments

Comments
 (0)