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 95f8d7c commit 9f8532fCopy full SHA for 9f8532f
reference/configuration/security.rst
@@ -68,8 +68,8 @@ anonymous
68
**type**: ``string`` **default**: ``~``
69
70
When set to ``lazy``, Symfony loads the user (and starts the session) only if the
71
-application actually accesses the `User` object (e.g. via a `is_granted()` call in
72
-a template or `isGranted()` in a controller or service.
+application actually accesses the ``User`` object (e.g. via a ``is_granted()`` call
+in a template or ``isGranted()`` in a controller or service.
73
74
.. versionadded:: 4.4
75
0 commit comments