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.
1 parent 34f2209 commit 7312ebaCopy full SHA for 7312eba
security/expressions.rst
@@ -44,8 +44,8 @@ syntax, see :doc:`/components/expression_language/syntax`.
44
Inside the expression, you have access to a number of variables:
45
46
``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.
+ An instance of :class:`Symfony\\Component\\Security\\Core\\User\\UserInterface`
+ that represents the current user or ``null`` if you're not authenticated.
49
``role_names``
50
An array with the string representation of the roles the user has. This array
51
includes any roles granted indirectly via the :ref:`role hierarchy <security-role-hierarchy>` but it
0 commit comments