Skip to content

Commit 8e006c6

Browse files
committed
minor #17929 [Security] format login() properly (alexislefebvre)
This PR was merged into the 6.2 branch. Discussion ---------- [Security] format `login()` properly On https://symfony.com/doc/6.2/security.html#login-programmatically It appeared as plain text: > ![image](https://user-images.githubusercontent.com/2071331/220127490-4beb30ee-31c5-4dc2-98e2-74433c60d3c5.png) Commits ------- f129963 Security: format `login()` properly
2 parents 7fbb282 + f129963 commit 8e006c6

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)