Skip to content

Commit 93660e6

Browse files
committed
removed unused use statements
1 parent f3b2629 commit 93660e6

File tree

12 files changed

+0
-16
lines changed

12 files changed

+0
-16
lines changed

Command/ContainerAwareCommand.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@
1111

1212
namespace Symfony\Bundle\FrameworkBundle\Command;
1313

14-
use Symfony\Component\Console\Input\InputArgument;
15-
use Symfony\Component\Console\Input\InputOption;
16-
use Symfony\Component\Console\Input\InputInterface;
17-
use Symfony\Component\Console\Output\OutputInterface;
1814
use Symfony\Component\Console\Output\Output;
1915
use Symfony\Component\Console\Command\Command;
2016
use Symfony\Component\DependencyInjection\ContainerInterface;

Command/RouterDebugCommand.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,9 @@
1212
namespace Symfony\Bundle\FrameworkBundle\Command;
1313

1414
use Symfony\Component\Console\Input\InputArgument;
15-
use Symfony\Component\Console\Input\InputOption;
1615
use Symfony\Component\Console\Input\InputInterface;
1716
use Symfony\Component\Console\Output\OutputInterface;
1817
use Symfony\Component\Console\Output\Output;
19-
use Symfony\Component\Routing\Matcher\Dumper\ApacheMatcherDumper;
2018

2119
/**
2220
* A console command for retrieving information about routes

Controller/ControllerNameParser.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
namespace Symfony\Bundle\FrameworkBundle\Controller;
1313

1414
use Symfony\Component\HttpKernel\KernelInterface;
15-
use Symfony\Component\HttpKernel\Log\LoggerInterface;
1615

1716
/**
1817
* ControllerNameParser converts controller from the short notation a:b:c

DependencyInjection/Compiler/RegisterKernelListenersPass.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111

1212
namespace Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler;
1313

14-
use Symfony\Component\DependencyInjection\Reference;
1514
use Symfony\Component\DependencyInjection\ContainerBuilder;
1615
use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface;
1716

DependencyInjection/Compiler/TemplatingPass.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111

1212
namespace Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler;
1313

14-
use Symfony\Component\DependencyInjection\Reference;
1514
use Symfony\Component\DependencyInjection\ContainerBuilder;
1615
use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface;
1716

EventListener/RouterListener.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
use Symfony\Component\Routing\Exception\MethodNotAllowedException;
2121
use Symfony\Component\Routing\Exception\ResourceNotFoundException;
2222
use Symfony\Component\Routing\RouterInterface;
23-
use Symfony\Component\Routing\RequestContext;
2423

2524
/**
2625
* Initializes request attributes based on a matching route.

HttpCache/HttpCache.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
use Symfony\Component\HttpKernel\HttpKernelInterface;
66
use Symfony\Component\HttpKernel\HttpCache\HttpCache as BaseHttpCache;
77
use Symfony\Component\HttpKernel\HttpCache\Esi;
8-
use Symfony\Component\HttpKernel\HttpCache\EsiResponseCacheStrategy;
98
use Symfony\Component\HttpKernel\HttpCache\Store;
109
use Symfony\Component\HttpFoundation\Request;
1110
use Symfony\Component\HttpFoundation\Response;

Test/WebTestCase.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313

1414
use Symfony\Bundle\FrameworkBundle\Client;
1515
use Symfony\Component\Finder\Finder;
16-
use Symfony\Component\HttpFoundation\Response;
1716
use Symfony\Component\HttpKernel\HttpKernelInterface;
1817

1918
/**

Tests/Controller/RedirectControllerTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
use Symfony\Component\HttpFoundation\Request;
1717
use Symfony\Bundle\FrameworkBundle\Controller\RedirectController;
1818
use Symfony\Bundle\FrameworkBundle\Tests\TestCase;
19-
use Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser;
2019

2120
/**
2221
* @author Marcin Sikon<[email protected]>

Tests/HttpKernelTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
use Symfony\Component\HttpKernel\HttpKernelInterface;
1515
use Symfony\Component\HttpFoundation\Response;
1616
use Symfony\Component\HttpFoundation\Request;
17-
use Symfony\Component\DependencyInjection\ContainerBuilder;
1817
use Symfony\Bundle\FrameworkBundle\HttpKernel;
1918
use Symfony\Component\EventDispatcher\EventDispatcher;
2019

Translation/Translator.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
namespace Symfony\Bundle\FrameworkBundle\Translation;
1313

1414
use Symfony\Component\Translation\Translator as BaseTranslator;
15-
use Symfony\Component\Translation\Loader\LoaderInterface;
1615
use Symfony\Component\Translation\MessageSelector;
1716
use Symfony\Component\DependencyInjection\ContainerInterface;
1817
use Symfony\Component\HttpFoundation\Session;

Validator/ConstraintValidatorFactory.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
namespace Symfony\Bundle\FrameworkBundle\Validator;
1313

1414
use Symfony\Component\DependencyInjection\ContainerInterface;
15-
use Symfony\Component\DependencyInjection\TaggedContainerInterface;
1615
use Symfony\Component\Validator\Constraint;
1716
use Symfony\Component\Validator\ConstraintValidatorFactoryInterface;
1817

0 commit comments

Comments
 (0)