Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2c0da58

Browse filesBrowse 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
Copy full SHA for 2c0da58

File tree

Expand file treeCollapse file tree

1 file changed

+0
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-2
lines changed

‎cookbook/event_dispatcher/event_listener.rst

Copy file name to clipboardExpand all lines: cookbook/event_dispatcher/event_listener.rst
-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.