Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b454cd0

Browse filesBrowse files
committed
minor #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 #9850). Discussion ---------- Use '[]' notation, add missing "()" update class name Commits ------- a0a2dce Use '[]' notation, add missing "()" update class name
2 parents 82542bc + a0a2dce commit b454cd0
Copy full SHA for b454cd0

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎security/impersonating_user.rst

Copy file name to clipboardExpand all lines: security/impersonating_user.rst
+1-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.