Skip to content

Commit

Permalink
minor #6397 Fix typo in SwitchUserListener file name (luxifer)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
xabbuh committed Mar 26, 2016
2 parents 2c0da58 + c742190 commit 2c000cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbook/security/impersonating_user.rst
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,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;
Expand Down

0 comments on commit 2c000cd

Please sign in to comment.