Skip to content

Commit 00e01e4

Browse files
Boris Shevchenkoxabbuh
Boris Shevchenko
authored andcommitted
unused use instructions
removed excess use instructions, that not used in example
1 parent fdfc2cb commit 00e01e4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cookbook/event_dispatcher/event_listener.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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
{

0 commit comments

Comments
 (0)