File tree 2 files changed +1
-3
lines changed
2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -141,9 +141,7 @@ listen to the same ``kernel.exception`` event::
141
141
namespace AppBundle\EventSubscriber;
142
142
143
143
use Symfony\Component\EventDispatcher\EventSubscriberInterface;
144
- use Symfony\Component\HttpFoundation\Response;
145
144
use Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent;
146
- use Symfony\Component\HttpKernel\Exception\HttpExceptionInterface;
147
145
148
146
class ExceptionSubscriber implements EventSubscriberInterface
149
147
{
Original file line number Diff line number Diff line change @@ -224,7 +224,7 @@ how to change the sticky locale:
224
224
225
225
.. code-block :: php
226
226
227
- // src/AppBundle/EventListener/SwitchUserListener.pnp
227
+ // src/AppBundle/EventListener/SwitchUserListener.php
228
228
namespace AppBundle\EventListener;
229
229
230
230
use Symfony\Component\Security\Http\Event\SwitchUserEvent;
You can’t perform that action at this time.
0 commit comments