From 4dcf908fe9f2917c62003f28329c25b75223aa50 Mon Sep 17 00:00:00 2001 From: Florent Viel Date: Thu, 24 Mar 2016 15:56:08 +0100 Subject: [PATCH] Fix typo in SwitchUserListener file name --- cookbook/security/impersonating_user.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook/security/impersonating_user.rst b/cookbook/security/impersonating_user.rst index 48c1a9dda15..1dde8a7acfd 100644 --- a/cookbook/security/impersonating_user.rst +++ b/cookbook/security/impersonating_user.rst @@ -222,7 +222,7 @@ how to change the sticky locale: .. code-block:: php - // src/AppBundle/EventListener/SwitchUserListener.pnp + // src/AppBundle/EventListener/SwitchUserListener.php namespace AppBundle\EventListener; use Symfony\Component\Security\Http\Event\SwitchUserEvent;