Skip to content

Commit f129963

Browse files
Security: format login() properly
1 parent f107d91 commit f129963

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1631,7 +1631,7 @@ Login Programmatically
16311631
The :method:`Symfony\\Bundle\\SecurityBundle\\Security::login`
16321632
method was introduced in Symfony 6.2.
16331633

1634-
You can log in a user programmatically using the `login()` method of the
1634+
You can log in a user programmatically using the ``login()`` method of the
16351635
:class:`Symfony\\Bundle\\SecurityBundle\\Security` helper::
16361636

16371637
// src/Controller/SecurityController.php

0 commit comments

Comments
 (0)