From cf11cc067f3b707e55edb11fec13cc21e2a5b390 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Sat, 19 May 2012 09:22:59 +0200 Subject: [PATCH] removed unused use statements --- src/Symfony/Bundle/FrameworkBundle/Client.php | 1 - .../Bundle/FrameworkBundle/Command/ContainerAwareCommand.php | 1 - .../Tests/DependencyInjection/WebProfilerExtensionTest.php | 1 - src/Symfony/Component/HttpKernel/DataCollector/DataCollector.php | 1 - .../HttpKernel/DataCollector/DataCollectorInterface.php | 1 - src/Symfony/Component/HttpKernel/Kernel.php | 1 - src/Symfony/Component/Routing/Loader/AnnotationClassLoader.php | 1 - tests/Symfony/Tests/Component/Form/AbstractLayoutTest.php | 1 - tests/Symfony/Tests/Component/Form/FormBuilderTest.php | 1 - .../Security/Core/Authorization/Voter/AuthenticatedVoterTest.php | 1 - 10 files changed, 10 deletions(-) diff --git a/src/Symfony/Bundle/FrameworkBundle/Client.php b/src/Symfony/Bundle/FrameworkBundle/Client.php index 5ce91b6e08..9898f490cf 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Client.php +++ b/src/Symfony/Bundle/FrameworkBundle/Client.php @@ -14,7 +14,6 @@ namespace Symfony\Bundle\FrameworkBundle; use Symfony\Component\DependencyInjection\ContainerInterface; use Symfony\Component\HttpKernel\HttpKernelInterface; use Symfony\Component\HttpKernel\Client as BaseClient; -use Symfony\Component\HttpKernel\Profiler\Profiler as HttpProfiler; use Symfony\Component\HttpKernel\Profiler\Profile as HttpProfile; use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpFoundation\Response; diff --git a/src/Symfony/Bundle/FrameworkBundle/Command/ContainerAwareCommand.php b/src/Symfony/Bundle/FrameworkBundle/Command/ContainerAwareCommand.php index f8cecfe071..0540870657 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Command/ContainerAwareCommand.php +++ b/src/Symfony/Bundle/FrameworkBundle/Command/ContainerAwareCommand.php @@ -11,7 +11,6 @@ namespace Symfony\Bundle\FrameworkBundle\Command; -use Symfony\Component\Console\Output\Output; use Symfony\Component\Console\Command\Command; use Symfony\Component\DependencyInjection\ContainerInterface; use Symfony\Component\DependencyInjection\ContainerAwareInterface; diff --git a/src/Symfony/Bundle/WebProfilerBundle/Tests/DependencyInjection/WebProfilerExtensionTest.php b/src/Symfony/Bundle/WebProfilerBundle/Tests/DependencyInjection/WebProfilerExtensionTest.php index ab1685460a..da4024a98f 100644 --- a/src/Symfony/Bundle/WebProfilerBundle/Tests/DependencyInjection/WebProfilerExtensionTest.php +++ b/src/Symfony/Bundle/WebProfilerBundle/Tests/DependencyInjection/WebProfilerExtensionTest.php @@ -18,7 +18,6 @@ use Symfony\Component\DependencyInjection\Container; use Symfony\Component\DependencyInjection\ContainerBuilder; use Symfony\Component\DependencyInjection\Definition; use Symfony\Component\DependencyInjection\Dumper\PhpDumper; -use Symfony\Component\DependencyInjection\ParameterBag\ParameterBag; use Symfony\Component\DependencyInjection\Scope; class WebProfilerExtensionTest extends TestCase diff --git a/src/Symfony/Component/HttpKernel/DataCollector/DataCollector.php b/src/Symfony/Component/HttpKernel/DataCollector/DataCollector.php index f1002fbb83..7da36b678d 100644 --- a/src/Symfony/Component/HttpKernel/DataCollector/DataCollector.php +++ b/src/Symfony/Component/HttpKernel/DataCollector/DataCollector.php @@ -11,7 +11,6 @@ namespace Symfony\Component\HttpKernel\DataCollector; -use Symfony\Component\HttpKernel\Profiler\Profiler; /** * DataCollector. diff --git a/src/Symfony/Component/HttpKernel/DataCollector/DataCollectorInterface.php b/src/Symfony/Component/HttpKernel/DataCollector/DataCollectorInterface.php index 5e0ff7a0dc..7cfbbd132f 100644 --- a/src/Symfony/Component/HttpKernel/DataCollector/DataCollectorInterface.php +++ b/src/Symfony/Component/HttpKernel/DataCollector/DataCollectorInterface.php @@ -11,7 +11,6 @@ namespace Symfony\Component\HttpKernel\DataCollector; -use Symfony\Component\HttpKernel\Profiler\Profiler; use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpFoundation\Response; diff --git a/src/Symfony/Component/HttpKernel/Kernel.php b/src/Symfony/Component/HttpKernel/Kernel.php index ca0d415ad6..732a3a7ea8 100644 --- a/src/Symfony/Component/HttpKernel/Kernel.php +++ b/src/Symfony/Component/HttpKernel/Kernel.php @@ -26,7 +26,6 @@ use Symfony\Component\HttpKernel\Bundle\BundleInterface; use Symfony\Component\HttpKernel\Config\FileLocator; use Symfony\Component\HttpKernel\DependencyInjection\MergeExtensionConfigurationPass; use Symfony\Component\HttpKernel\DependencyInjection\AddClassesToCachePass; -use Symfony\Component\HttpKernel\DependencyInjection\Extension as DIExtension; use Symfony\Component\HttpKernel\Debug\ErrorHandler; use Symfony\Component\HttpKernel\Debug\ExceptionHandler; use Symfony\Component\Config\Loader\LoaderResolver; diff --git a/src/Symfony/Component/Routing/Loader/AnnotationClassLoader.php b/src/Symfony/Component/Routing/Loader/AnnotationClassLoader.php index 302b8a73c5..8af77b368f 100644 --- a/src/Symfony/Component/Routing/Loader/AnnotationClassLoader.php +++ b/src/Symfony/Component/Routing/Loader/AnnotationClassLoader.php @@ -12,7 +12,6 @@ namespace Symfony\Component\Routing\Loader; use Doctrine\Common\Annotations\Reader; -use Symfony\Component\Routing\Annotation\Route as RouteAnnotation; use Symfony\Component\Config\Resource\FileResource; use Symfony\Component\Routing\Route; use Symfony\Component\Routing\RouteCollection; diff --git a/tests/Symfony/Tests/Component/Form/AbstractLayoutTest.php b/tests/Symfony/Tests/Component/Form/AbstractLayoutTest.php index 85326a6ee0..22e5f1a3ea 100644 --- a/tests/Symfony/Tests/Component/Form/AbstractLayoutTest.php +++ b/tests/Symfony/Tests/Component/Form/AbstractLayoutTest.php @@ -16,7 +16,6 @@ use Symfony\Component\Form\FormView; use Symfony\Component\Form\FormFactory; use Symfony\Component\Form\Extension\Core\CoreExtension; use Symfony\Component\Form\Extension\Csrf\CsrfExtension; -use Symfony\Component\EventDispatcher\EventDispatcher; abstract class AbstractLayoutTest extends \PHPUnit_Framework_TestCase { diff --git a/tests/Symfony/Tests/Component/Form/FormBuilderTest.php b/tests/Symfony/Tests/Component/Form/FormBuilderTest.php index 87a94348cd..206ffb61ee 100644 --- a/tests/Symfony/Tests/Component/Form/FormBuilderTest.php +++ b/tests/Symfony/Tests/Component/Form/FormBuilderTest.php @@ -12,7 +12,6 @@ namespace Symfony\Tests\Component\Form; use Symfony\Component\Form\FormBuilder; -use Symfony\Component\Form\Guess\Guess; class FormBuilderTest extends \PHPUnit_Framework_TestCase { diff --git a/tests/Symfony/Tests/Component/Security/Core/Authorization/Voter/AuthenticatedVoterTest.php b/tests/Symfony/Tests/Component/Security/Core/Authorization/Voter/AuthenticatedVoterTest.php index d716aff82c..ff9eda6b41 100644 --- a/tests/Symfony/Tests/Component/Security/Core/Authorization/Voter/AuthenticatedVoterTest.php +++ b/tests/Symfony/Tests/Component/Security/Core/Authorization/Voter/AuthenticatedVoterTest.php @@ -14,7 +14,6 @@ namespace Symfony\Tests\Component\Security\Core\Authorization\Voter; use Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver; use Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter; use Symfony\Component\Security\Core\Authorization\Voter\VoterInterface; -use Symfony\Component\Security\Core\Role\Role; class AuthenticatedVoterTest extends \PHPUnit_Framework_TestCase {