File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 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::
141141 namespace AppBundle\EventSubscriber;
142142
143143 use Symfony\Component\EventDispatcher\EventSubscriberInterface;
144- use Symfony\Component\HttpFoundation\Response;
145144 use Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent;
146- use Symfony\Component\HttpKernel\Exception\HttpExceptionInterface;
147145
148146 class ExceptionSubscriber implements EventSubscriberInterface
149147 {
Original file line number Diff line number Diff line change @@ -224,7 +224,7 @@ how to change the sticky locale:
224224
225225.. code-block :: php
226226
227- // src/AppBundle/EventListener/SwitchUserListener.pnp
227+ // src/AppBundle/EventListener/SwitchUserListener.php
228228 namespace AppBundle\EventListener;
229229
230230 use Symfony\Component\Security\Http\Event\SwitchUserEvent;
You can’t perform that action at this time.
0 commit comments