From a862e5ef8f8af5ed873878a3e4f5bd434c42c7f9 Mon Sep 17 00:00:00 2001 From: Tobias Schultze Date: Wed, 25 Nov 2015 13:51:17 +0100 Subject: [PATCH] [Debug] remove unused use statement --- src/Symfony/Component/Debug/ExceptionHandler.php | 1 - src/Symfony/Component/Debug/README.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Symfony/Component/Debug/ExceptionHandler.php b/src/Symfony/Component/Debug/ExceptionHandler.php index 73f5bb08394e8..19cdb1fdb1ed6 100644 --- a/src/Symfony/Component/Debug/ExceptionHandler.php +++ b/src/Symfony/Component/Debug/ExceptionHandler.php @@ -11,7 +11,6 @@ namespace Symfony\Component\Debug; -use Symfony\Component\HttpFoundation\Response; use Symfony\Component\Debug\Exception\FlattenException; use Symfony\Component\Debug\Exception\OutOfMemoryException; diff --git a/src/Symfony/Component/Debug/README.md b/src/Symfony/Component/Debug/README.md index 67e6d6c2785c6..b3ba95b5aa36b 100644 --- a/src/Symfony/Component/Debug/README.md +++ b/src/Symfony/Component/Debug/README.md @@ -31,7 +31,7 @@ Note that the `Debug::enable()` call also registers the debug class loader from the Symfony ClassLoader component when available. This component can optionally take advantage of the features of the HttpKernel -and HttpFoundation components. +component. Resources ---------