Skip to content

Commit c57f756

Browse files
committed
minor #6127 escape namespace backslashes in class role (xabbuh)
This PR was merged into the 2.3 branch. Discussion ---------- escape namespace backslashes in class role Commits ------- d9f931a [#5303] escape namespace backslashes in class role
2 parents 8b8a48a + d9f931a commit c57f756

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

components/security/authentication.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -273,14 +273,14 @@ Authentication Events
273273

274274
The security component provides 4 related authentication events:
275275

276-
=============================== ================================================ =========================================================================
276+
=============================== ================================================ ==============================================================================
277277
Name Event Constant Argument Passed to the Listener
278-
=============================== ================================================ =========================================================================
279-
security.authentication.success ``AuthenticationEvents::AUTHENTICATION_SUCCESS`` :class:`Symfony\Component\Security\Core\Event\AuthenticationEvent`
280-
security.authentication.failure ``AuthenticationEvents::AUTHENTICATION_FAILURE`` :class:`Symfony\Component\Security\Core\Event\AuthenticationFailureEvent`
281-
security.interactive_login ``SecurityEvents::INTERACTIVE_LOGIN`` :class:`Symfony\Component\Security\Http\Event\InteractiveLoginEvent`
282-
security.switch_user ``SecurityEvents::SWITCH_USER`` :class:`Symfony\Component\Security\Http\Event\SwitchUserEvent`
283-
=============================== ================================================ =========================================================================
278+
=============================== ================================================ ==============================================================================
279+
security.authentication.success ``AuthenticationEvents::AUTHENTICATION_SUCCESS`` :class:`Symfony\\Component\\Security\\Core\\Event\\AuthenticationEvent`
280+
security.authentication.failure ``AuthenticationEvents::AUTHENTICATION_FAILURE`` :class:`Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent`
281+
security.interactive_login ``SecurityEvents::INTERACTIVE_LOGIN`` :class:`Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent`
282+
security.switch_user ``SecurityEvents::SWITCH_USER`` :class:`Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent`
283+
=============================== ================================================ ==============================================================================
284284

285285
Authentication Success and Failure Events
286286
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)