Skip to content

Commit c1d6a6f

Browse files
committed
Merge branch '4.4' into 5.0
* 4.4: Update authentication.rst
2 parents 33fad5f + ce51ec5 commit c1d6a6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/security/authentication.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ The security component provides the following authentication events:
278278
=============================== ================================================================= ==============================================================================
279279
Name Event Constant Argument Passed to the Listener
280280
=============================== ================================================================= ==============================================================================
281-
security.authentication.success ``AuthenticationEvents::AUTHENTICATION_SUCCESS`` :class:`Symfony\\Component\\Security\\Core\\Event\\AuthenticationEvent`
281+
security.authentication.success ``AuthenticationEvents::AUTHENTICATION_SUCCESS`` :class:`Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent`
282282
security.authentication.failure ``AuthenticationEvents::AUTHENTICATION_FAILURE`` :class:`Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent`
283283
security.interactive_login ``SecurityEvents::INTERACTIVE_LOGIN`` :class:`Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent`
284284
security.switch_user ``SecurityEvents::SWITCH_USER`` :class:`Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent`

0 commit comments

Comments
 (0)