Skip to content

Commit 218d588

Browse files
committed
minor #8552 Fix "SwitchUserSusbcriber" typo (bartvanraaij)
This PR was submitted for the master branch but it was merged into the 3.3 branch instead (closes #8552). Discussion ---------- Fix "SwitchUserSusbcriber" typo Commits ------- 6d26859 Fix "SwitchUserSusbcriber" typo
2 parents 979f5b5 + 6d26859 commit 218d588

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
@@ -192,7 +192,7 @@ you switch users, add an event subscriber on this event::
192192
use Symfony\Component\EventDispatcher\EventSubscriberInterface;
193193
use Symfony\Component\Security\Http\SecurityEvents;
194194

195-
class SwitchUserSusbcriber implements EventSubscriberInterface
195+
class SwitchUserSubscriber implements EventSubscriberInterface
196196
{
197197
public function onSwitchUser(SwitchUserEvent $event)
198198
{

0 commit comments

Comments
 (0)