Skip to content

Commit 2c0da58

Browse files
committed
minor #6382 unused use instructions (bshevchenko)
This PR was submitted for the 3.0 branch but it was merged into the 2.3 branch instead (closes #6382). Discussion ---------- unused use instructions removed excess use instructions, that not used in example Commits ------- 00e01e4 unused use instructions
2 parents fdfc2cb + 00e01e4 commit 2c0da58

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)