Skip to content

Commit 67c46f8

Browse files
committed
minor #17551 [Security] Fix typo in FQCN of deprecated security class (W0rma)
This PR was merged into the 6.2 branch. Discussion ---------- [Security] Fix typo in FQCN of deprecated security class Commits ------- c9aa4e5 Fix typo in FQCN of deprecated security class
2 parents 5abb38d + c9aa4e5 commit 67c46f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

security.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1624,7 +1624,7 @@ Login Programmatically
16241624

16251625
The :class:`Symfony\Bundle\SecurityBundle\Security <Symfony\\Bundle\\SecurityBundle\\Security>`
16261626
class was introduced in Symfony 6.2. Prior to 6.2, it was called
1627-
``Symfony\Bundle\SecurityBundle\Security``.
1627+
``Symfony\Component\Security\Core\Security``.
16281628

16291629
.. versionadded:: 6.2
16301630

@@ -1794,7 +1794,7 @@ Logout programmatically
17941794

17951795
The :class:`Symfony\Bundle\SecurityBundle\Security <Symfony\\Bundle\\SecurityBundle\\Security>`
17961796
class was introduced in Symfony 6.2. Prior to 6.2, it was called
1797-
``Symfony\Bundle\SecurityBundle\Security``.
1797+
``Symfony\Component\Security\Core\Security``.
17981798

17991799
.. versionadded:: 6.2
18001800

0 commit comments

Comments
 (0)