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.
2 parents 327a52d + a862e5e commit 8988409Copy full SHA for 8988409
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