[Debug] remove unused use statement

This commit is contained in:
Tobias Schultze 2015-11-25 13:51:17 +01:00
parent b859d95c28
commit a862e5ef8f
2 changed files with 1 additions and 2 deletions

View File

@ -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;

View File

@ -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
---------