Skip to content

Commit 5aa86ac

Browse files
committed
minor #11997 Fixed typo of DeauthenticatedEvent class name (hvt)
This PR was submitted for the master branch but it was merged into the 4.3 branch instead (closes #11997). Discussion ---------- Fixed typo of `DeauthenticatedEvent` class name Commits ------- 5db229a Fixed typo of `DeauthenticatedEvent` class name
2 parents 1ea9fbc + 5db229a commit 5aa86ac

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
@@ -283,7 +283,7 @@ security.authentication.success ``AuthenticationEvents::AUTHENTICATION_SUCCESS`
283283
security.authentication.failure ``AuthenticationEvents::AUTHENTICATION_FAILURE`` :class:`Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent`
284284
security.interactive_login ``SecurityEvents::INTERACTIVE_LOGIN`` :class:`Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent`
285285
security.switch_user ``SecurityEvents::SWITCH_USER`` :class:`Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent`
286-
security.logout_on_change ``Symfony\Component\Security\Http\Event\DeauthenticatedEvent`` :class:`Symfony\\Component\\Security\\Http\\EventDeauthenticatedEvent`
286+
security.logout_on_change ``Symfony\Component\Security\Http\Event\DeauthenticatedEvent`` :class:`Symfony\\Component\\Security\\Http\\Event\\DeauthenticatedEvent`
287287
=============================== ================================================================= ==============================================================================
288288

289289
Authentication Success and Failure Events

0 commit comments

Comments
 (0)