10000 removed unused use statements · symfony/symfony@d08c2ef · GitHub
[go: up one dir, main page]

Skip to content

Commit d08c2ef

Browse files
committed
removed unused use statements
1 parent 6504d05 commit d08c2ef

File tree

5 files changed

+0
-7
lines changed

5 files changed

+0
-7
lines changed

src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313

1414
use Symfony\Component\Config\Loader\LoaderInterface;
1515
use Symfony\Component\DependencyInjection\ContainerBuilder;
16-
use Symfony\Component\DependencyInjection\ContainerInterface;
17-
use Symfony\Component\DependencyInjection\Definition;
1816
use Symfony\Component\DependencyInjection\DefinitionDecorator;
1917
use Symfony\Component\DependencyInjection\Reference;
2018
use Symfony\Component\DependencyInjection\Loader\XmlFileLoader;

src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/Controller/SessionController.php

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

1212
namespace Symfony\Bundle\FrameworkBundle\Tests\Functional\Bundle\TestBundle\Controller;
1313

14-
use Symfony\Component\Security\Core\Exception\AccessDeniedException;
1514
use Symfony\Component\HttpFoundation\Response;
1615
use Symfony\Component\HttpFoundation\RedirectResponse;
17-
use Symfony\Component\Security\Core\SecurityContext;
1816
use Symfony\Component\DependencyInjection\ContainerAware;
1917

2018
class SessionController extends ContainerAware

src/Symfony/Component/Console/Tester/ApplicationTester.php

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

1414
use Symfony\Component\Console\Application;
1515
use Symfony\Component\Console\Input\ArrayInput;
16-
use Symfony\Component\Console\Output\ConsoleOutputInterface;
1716
use Symfony\Component\Console\Output\StreamOutput;
1817

1918
/**

src/Symfony/Component/HttpKernel/DependencyInjection/Extension.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
< A652 /div>
66
use Symfony\Component\Config\Definition\ConfigurationInterface;
77
use Symfony\Component\DependencyInjection\Extension\ExtensionInterface;
88
use Symfony\Component\DependencyInjection\Extension\ConfigurationExtensionInterface;
9-
use Symfony\Component\DependencyInjection\ContainerInterface;
109
use Symfony\Component\DependencyInjection\ContainerBuilder;
1110
use Symfony\Component\DependencyInjection\Container;
1211

src/Symfony/Component/Serializer/SerializerInterface.php

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

33
namespace Symfony\Component\Serializer;
44

5-
use Symfony\Component\Serializer\Encoder\EncoderInterface;
65

76
/*
87
* This file is part of the Symfony framework.

0 commit comments

Comments
 (0)
0