8000 minor #9850 Use '[]' notation, add missing "()" update class name (jm… · Nek-/symfony-docs@b454cd0 · GitHub
[go: up one dir, main page]

Skip to content

Commit b454cd0

Browse files
committed
minor symfony#9850 Use '[]' notation, add missing "()" update class name (jmontoyaa)
This PR was submitted for the master branch but it was merged into the 3.4 branch instead (closes symfony#9850). Discussion ---------- Use '[]' notation, add missing "()" update class name Commits ------- a0a2dce Use '[]' notation, add missing "()" update class name
2 parents 82542bc + a0a2dce commit b454cd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/impersonating_user.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ The :doc:`/session/locale_sticky_session` article does not update the locale
190190
when you impersonate a user. If you *do* want to be sure to update the locale when
191191
you switch users, add an event subscriber on this event::
192192

193-
// src/AppBundle/EventListener/SwitchUserListener.php
193+
// src/AppBundle/EventListener/SwitchUserSubscriber.php
194194
namespace AppBundle\EventListener;
195195

196196
use Symfony\Component\Security\Http\Event\SwitchUserEvent;

0 commit comments

Comments
 (0)
0