Skip to content

Commit 2c000cd

Browse files
committed
minor #6397 Fix typo in SwitchUserListener file name (luxifer)
This PR was merged into the 2.3 branch. Discussion ---------- Fix typo in SwitchUserListener file name | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.3 to 3.0 | Fixed tickets | Commits ------- c742190 Fix typo in SwitchUserListener file name
2 parents 2c0da58 + c742190 commit 2c000cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/security/impersonating_user.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ how to change the sticky locale:
223223

224224
.. code-block:: php
225225
226-
// src/AppBundle/EventListener/SwitchUserListener.pnp
226+
// src/AppBundle/EventListener/SwitchUserListener.php
227227
namespace AppBundle\EventListener;
228228
229229
use Symfony\Component\Security\Http\Event\SwitchUserEvent;

0 commit comments

Comments
 (0)