8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b859d95 commit a862e5eCopy full SHA for a862e5e
src/Symfony/Component/Debug/ExceptionHandler.php
@@ -11,7 +11,6 @@
11
12
namespace Symfony\Component\Debug;
13
14
-use Symfony\Component\HttpFoundation\Response;
15
use Symfony\Component\Debug\Exception\FlattenException;
16
use Symfony\Component\Debug\Exception\OutOfMemoryException;
17
src/Symfony/Component/Debug/README.md
@@ -31,7 +31,7 @@ Note that the `Debug::enable()` call also registers the debug class loader
31
from the Symfony ClassLoader component when available.
32
33
This component can optionally take advantage of the features of the HttpKernel
34
-and HttpFoundation components.
+component.
35
36
Resources
37
---------
0 commit comments