8000 [Debug] remove unused use statement · symfony/symfony@a862e5e · GitHub
[go: up one dir, main page]

Skip to content

Commit a862e5e

Browse files
committed
[Debug] remove unused use statement
1 parent b859d95 commit a862e5e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/Symfony/Component/Debug/ExceptionHandler.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111

1212
namespace Symfony\Component\Debug;
1313

14-
use Symfony\Component\HttpFoundation\Response;
1514
use Symfony\Component\Debug\Exception\FlattenException;
1615
use Symfony\Component\Debug\Exception\OutOfMemoryException;
1716

src/Symfony/Component/Debug/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Note that the `Debug::enable()` call also registers the debug class loader
3131
from the Symfony ClassLoader component when available.
3232

3333
This component can optionally take advantage of the features of the HttpKernel
34-
and HttpFoundation components.
34+
component.
3535

3636
Resources
3737
---------

0 commit comments

Comments
 (0)
0