Skip to content

Commit efce60b

Browse files
committed
Minor tweak
1 parent 2617d5f commit efce60b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

reference/configuration/security.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,13 @@ anonymous
6767

6868
**type**: ``string`` **default**: ``~``
6969

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
72-
in a template or ``isGranted()`` in a controller or service.
70+
When set to ``lazy``, Symfony loads the user (and starts the session) only if
71+
the application actually accesses the ``User`` object (e.g. via a ``is_granted()``
72+
call in a template or ``isGranted()`` in a controller or service).
7373

7474
.. versionadded:: 4.4
7575

76-
The option ``lazy`` was introduced in Symfony 4.4.
76+
The ``lazy`` value of the ``anonymous`` option was introduced in Symfony 4.4.
7777

7878
erase_credentials
7979
~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)