8000 removed unused use statements · symfony/symfony@851eb73 · GitHub
[go: up one dir, main page]

Skip to content

Commit 851eb73

Browse files
committed
removed unused use statements
1 parent c2e3d43 commit 851eb73

File tree

135 files changed

+0
-198
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

135 files changed

+0
-198
lines changed

src/Symfony/Bridge/Doctrine/Form/Type/EntityType.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
namespace Symfony\Bridge\Doctrine\Form\Type;
1313

1414
use Symfony\Component\Form\FormBuilder;
15-
use Symfony\Component\Form\FormFactoryInterface;
1615
use Symfony\Bridge\Doctrine\RegistryInterface;
1716
use Symfony\Bridge\Doctrine\Form\ChoiceList\EntityChoiceList;
1817
use Symfony\Bridge\Doctrine\Form\EventListener\MergeCollectionListener;

src/Symfony/Bridge/Doctrine/RegistryInterface.php

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

1414
use Doctrine\DBAL\Connection;
1515
use Doctrine\ORM\Configuration;
16-
use Doctrine\ORM\ORMException;
1716

1817
/**
1918
* References Doctrine connections and entity managers.

src/Symfony/Bridge/Doctrine/Validator/Constraints/UniqueEntity.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
namespace Symfony\Bridge\Doctrine\Validator\Constraints;
1313

1414
use Symfony\Component\Validator\Constraint;
15-
use Symfony\Component\Validator\ConstraintValidator;
16-
use Symfony\Component\Validator\Exception\UnexpectedTypeException;
1715

1816
/**
1917
* Constraint for the Unique Entity validator

src/Symfony/Bundle/DoctrineBundle/Command/Proxy/ConvertMappingDoctrineCommand.php

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

1212
namespace Symfony\Bundle\DoctrineBundle\Command\Proxy;
1313

14-
use Symfony\Component\Console\Input\InputArgument;
1514
use Symfony\Component\Console\Input\InputOption;
1615
use Symfony\Component\Console\Input\InputInterface;
1716
use Symfony\Component\Console\Output\OutputInterface;

src/Symfony/Bundle/DoctrineBundle/Command/Proxy/CreateSchemaDoctrineCommand.php

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

1212
namespace Symfony\Bundle\DoctrineBundle\Command\Proxy;
1313

14-
use Symfony\Component\Console\Input\InputArgument;
1514
use Symfony\Component\Console\Input\InputOption;
1615
use Symfony\Component\Console\Input\InputInterface;
1716
use Symfony\Component\Console\Output\OutputInterface;

src/Symfony/Bundle/DoctrineBundle/Command/Proxy/DropSchemaDoctrineCommand.php

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

1212
namespace Symfony\Bundle\DoctrineBundle\Command\Proxy;
1313

14-
use Symfony\Component\Console\Input\InputArgument;
1514
use Symfony\Component\Console\Input\InputOption;
1615
use Symfony\Component\Console\Input\InputInterface;
1716
use Symfony\Component\Console\Output\OutputInterface;

src/Symfony/Bundle/DoctrineBundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php

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

1212
namespace Symfony\Bundle\DoctrineBundle\Command\Proxy;
1313

14-
use Symfony\Component\Console\Input\InputArgument;
1514
use Symfony\Component\Console\Input\InputOption;
1615
use Symfony\Component\Console\Input\InputInterface;
1716
use Symfony\Component\Console\Output\OutputInterface;

src/Symfony/Bundle/DoctrineBundle/Command/Proxy/RunDqlDoctrineCommand.php

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

1212
namespace Symfony\Bundle\DoctrineBundle\Command\Proxy;
1313

14-
use Symfony\Component\Console\Input\InputArgument;
1514
use Symfony\Component\Console\Input\InputOption;
1615
use Symfony\Component\Console\Input\InputInterface;
1716
use Symfony\Component\Console\Output\OutputInterface;

src/Symfony/Bundle/DoctrineBundle/Command/Proxy/RunSqlDoctrineCommand.php

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

1212
namespace Symfony\Bundle\DoctrineBundle\Command\Proxy;
1313

14-
use Symfony\Component\Console\Input\InputArgument;
1514
use Symfony\Component\Console\Input\InputOption;
1615
use Symfony\Component\Console\Input\InputInterface;
1716
use Symfony\Component\Console\Output\OutputInterface;

src/Symfony/Bundle/DoctrineBundle/Command/Proxy/UpdateSchemaDoctrineCommand.php

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

1212
namespace Symfony\Bundle\DoctrineBundle\Command\Proxy;
1313

14-
use Symfony\Component\Console\Input\InputArgument;
1514
use Symfony\Component\Console\Input\InputOption;
1615
use Symfony\Component\Console\Input\InputInterface;
1716
use Symfony\Component\Console\Output\OutputInterface;

src/Symfony/Bundle/DoctrineBundle/DependencyInjection/Compiler/RegisterEventListenersAndSubscribersPass.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
use Symfony\Component\DependencyInjection\Reference;
1515
use Symfony\Component\DependencyInjection\ContainerBuilder;
1616
use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface;
17-
use Symfony\Component\DependencyInjection\DefinitionDecorator;
1817

1918
class RegisterEventListenersAndSubscribersPass implements CompilerPassInterface
2019
{

src/Symfony/Bundle/DoctrineBundle/Mapping/MetadataFactory.php

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

1414
use Symfony\Bridge\Doctrine\RegistryInterface;
1515
use Symfony\Component\HttpKernel\Bundle\BundleInterface;
16-
use Doctrine\ORM\Tools\EntityRepositoryGenerator;
1716
use Doctrine\ORM\Mapping\ClassMetadata;
18-
use Doctrine\ORM\Mapping\ClassMetadataInfo;
1917
use Doctrine\ORM\Mapping\MappingException;
20-
use Doctrine\ORM\ORMException;
2118

2219
/**
2320
* This class provides methods to access Doctrine entity class metadata for a

src/Symfony/Bundle/DoctrineBundle/Tests/DependencyInjection/AbstractDoctrineExtensionTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
use Symfony\Component\DependencyInjection\ContainerBuilder;
1717
use Symfony\Component\DependencyInjection\ParameterBag\ParameterBag;
1818
use Symfony\Component\DependencyInjection\Loader\XmlFileLoader;
19-
use Symfony\Component\DependencyInjection\Loader\YamlFileLoader;
2019
use Symfony\Component\DependencyInjection\Reference;
2120
use Symfony\Component\DependencyInjection\Compiler\ResolveDefinitionTemplatesPass;
2221
use Symfony\Component\Config\FileLocator;

src/Symfony/Bundle/DoctrineBundle/Tests/TestCase.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,9 @@
1212
namespace Symfony\Bundle\DoctrineBundle\Tests;
1313

1414
use Doctrine\Common\Annotations\AnnotationReader;
15-
use Doctrine\ORM\Mapping\Driver\AnnotationDriver;
16-
use Doctrine\ORM\EntityManager;
1715
use Symfony\Component\DependencyInjection\ContainerBuilder;
1816
use Symfony\Component\DependencyInjection\ParameterBag\ParameterBag;
1917
use Symfony\Bundle\DoctrineBundle\DependencyInjection\DoctrineExtension;
20-
use Symfony\Component\DependencyInjection\Loader\YamlFileLoader;
2118
use Symfony\Component\DependencyInjection\Compiler\ResolveDefinitionTemplatesPass;
2219

2320
class TestCase extends \PHPUnit_Framework_TestCase

src/Symfony/Bundle/FrameworkBundle/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;

src/Symfony/Bundle/FrameworkBundle/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

src/Symfony/Bundle/FrameworkBundle/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

src/Symfony/Bundle/FrameworkBundle/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

src/Symfony/Bundle/FrameworkBundle/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

src/Symfony/Bundle/FrameworkBundle/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.

src/Symfony/Bundle/FrameworkBundle/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;

src/Symfony/Bundle/FrameworkBundle/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
/**

src/Symfony/Bundle/FrameworkBundle/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<marcin.sikon@gmail.com>

src/Symfony/Bundle/FrameworkBundle/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

src/Symfony/Bundle/FrameworkBundle/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;

src/Symfony/Bundle/FrameworkBundle/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

src/Symfony/Bundle/MonologBundle/DependencyInjection/MonologExtension.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
use Symfony\Component\Config\FileLocator;
1818
use Symfony\Component\DependencyInjection\Definition;
1919
use Symfony\Component\DependencyInjection\Reference;
20-
use Symfony\Component\DependencyInjection\Parameter;
2120

2221
/**
2322
* MonologExtension is an extension for the Monolog library.

src/Symfony/Bundle/SecurityBundle/Command/InitAclCommand.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
use Symfony\Component\Security\Acl\Dbal\Schema;
1616
use Symfony\Component\Console\Input\InputInterface;
1717
use Symfony\Component\Console\Output\OutputInterface;
18-
use Doctrine\DBAL\DriverManager;
1918

2019
/**
2120
* Installs the tables required by the ACL system

src/Symfony/Bundle/SecurityBundle/DependencyInjection/FactoryConfiguration.php

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

1414
use Symfony\Component\Config\Definition\Builder\TreeBuilder;
15-
use Symfony\Component\Config\Definition\Builder\ArrayNodeDefinition;
1615
use Symfony\Component\Config\Definition\ConfigurationInterface;
1716

1817
/**

src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/RememberMeFactory.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
use Symfony\Component\Config\Definition\Builder\NodeDefinition;
1515
use Symfony\Component\DependencyInjection\DefinitionDecorator;
1616
use Symfony\Component\DependencyInjection\Reference;
17-
use Symfony\Component\DependencyInjection\Parameter;
1817
use Symfony\Component\DependencyInjection\ContainerBuilder;
1918

2019
class RememberMeFactory implements SecurityFactoryInterface

src/Symfony/Bundle/SwiftmailerBundle/DependencyInjection/Configuration.php

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

1212
namespace Symfony\Bundle\SwiftmailerBundle\DependencyInjection;
1313

14-
use Symfony\Component\Config\Definition\Builder\ArrayNodeDefinition;
1514
use Symfony\Component\Config\Definition\Builder\TreeBuilder;
1615
use Symfony\Component\Config\Definition\ConfigurationInterface;
1716

src/Symfony/Bundle/SwiftmailerBundle/DependencyInjection/SwiftmailerExtension.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
use Symfony\Component\HttpKernel\DependencyInjection\Extension;
1515
use Symfony\Component\DependencyInjection\Loader\XmlFileLoader;
1616
use Symfony\Component\DependencyInjection\ContainerBuilder;
17-
use Symfony\Component\DependencyInjection\Reference;
1817
use Symfony\Component\Config\FileLocator;
1918

2019
/**

src/Symfony/Bundle/TwigBundle/DependencyInjection/Compiler/ExceptionListenerPass.php

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

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

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

src/Symfony/Bundle/TwigBundle/TwigEngine.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
use Symfony\Bundle\FrameworkBundle\Templating\GlobalVariables;
1616
use Symfony\Component\Templating\TemplateNameParserInterface;
1717
use Symfony\Component\HttpFoundation\Response;
18-
use Symfony\Component\DependencyInjection\ContainerInterface;
1918

2019
/**
2120
* This engine knows how to render Twig templates.

src/Symfony/Bundle/WebProfilerBundle/Controller/ExceptionController.php

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

1212
namespace Symfony\Bundle\WebProfilerBundle\Controller;
1313

14-
use Symfony\Component\DependencyInjection\ContainerAware;
1514
use Symfony\Component\HttpKernel\Exception\FlattenException;
1615
use Symfony\Component\HttpKernel\Log\DebugLoggerInterface;
1716
use Symfony\Component\HttpFoundation\Response;

src/Symfony/Bundle/WebProfilerBundle/Tests/Controller/ExceptionControllerTest.php

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

1616
use Symfony\Bundle\WebProfilerBundle\Controller\ExceptionController;
1717
use Symfony\Component\DependencyInjection\ContainerBuilder;
18-
use Symfony\Component\DependencyInjection\Reference;
1918
use Symfony\Component\DependencyInjection\Scope;
2019
use Symfony\Component\DependencyInjection\Definition;
2120

src/Symfony/Bundle/WebProfilerBundle/Tests/DependencyInjection/WebProfilerExtensionTest.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,10 @@
1414
use Symfony\Bundle\WebProfilerBundle\Tests\TestCase;
1515

1616
use Symfony\Bundle\WebProfilerBundle\DependencyInjection\WebProfilerExtension;
17-
use Symfony\Component\Config\FileLocator;
1817
use Symfony\Component\DependencyInjection\Container;
1918
use Symfony\Component\DependencyInjection\ContainerBuilder;
2019
use Symfony\Component\DependencyInjection\Definition;
2120
use Symfony\Component\DependencyInjection\Parameter;
22-
use Symfony\Component\DependencyInjection\Reference;
23-
use Symfony\Component\DependencyInjection\Loader\PhpFileLoader;
24-
use Symfony\Component\DependencyInjection\Loader\XmlFileLoader;
25-
use Symfony\Component\DependencyInjection\Loader\YamlFileLoader;
2621
use Symfony\Component\DependencyInjection\Dumper\PhpDumper;
2722
use Symfony\Component\DependencyInjection\ParameterBag\ParameterBag;
2823
use Symfony\Component\DependencyInjection\Scope;

src/Symfony/Component/Config/Definition/ArrayNode.php

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

1212
namespace Symfony\Component\Config\Definition;
1313

14-
use Symfony\Component\Config\Definition\Exception\ForbiddenOverwriteException;
1514

1615
use Symfony\Component\Config\Definition\Exception\InvalidConfigurationException;
17-
use Symfony\Component\Config\Definition\Exception\DuplicateKeyException;
1816
use Symfony\Component\Config\Definition\Exception\InvalidTypeException;
1917
use Symfony\Component\Config\Definition\Exception\UnsetKeyException;
20-
use Symfony\Component\Config\Definition\Builder\NodeDefinition;
2118

2219
/**
2320
* Represents an Array node in the config tree.

src/Symfony/Component/Config/Definition/BaseNode.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
use Symfony\Component\Config\Definition\Exception\Exception;
1515
use Symfony\Component\Config\Definition\Exception\ForbiddenOverwriteException;
1616
use Symfony\Component\Config\Definition\Exception\InvalidConfigurationException;
17-
use Symfony\Component\Config\Definition\Builder\NodeDefinition;
1817

1918
/**
2019
* The base node class

src/Symfony/Component/Config/Definition/Builder/ArrayNodeDefinition.php

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

1414
use Symfony\Component\Config\Definition\ArrayNode;
1515
use Symfony\Component\Config\Definition\PrototypedArrayNode;
16-
use Symfony\Component\Config\Definition\NodeInterface;
1716

1817
/**
1918
* This class provides a fluent interface for defining an array node.

src/Symfony/Component/Config/Definition/Builder/VariableNodeDefinition.php

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

1212
namespace Symfony\Component\Config\Definition\Builder;
1313

14-
use Symfony\Component\Config\Definition\NodeInterface;
1514
use Symfony\Component\Config\Definition\VariableNode;
1615

1716
/**

src/Symfony/Component/Config/Definition/PrototypedArrayNode.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
use Symfony\Component\Config\Definition\Exception\InvalidConfigurationException;
1515
use Symfony\Component\Config\Definition\Exception\DuplicateKeyException;
1616
use Symfony\Component\Config\Definition\Exception\UnsetKeyException;
17-
use Symfony\Component\Config\Definition\Builder\NodeDefinition;
1817

1918
/**
2019
* Represents a prototyped Array node in the config tree.

src/Symfony/Component/Config/Definition/VariableNode.php

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

1414
use Symfony\Component\Config\Definition\Exception\InvalidConfigurationException;
15-
use Symfony\Component\Config\Definition\Builder\NodeDefinition;
1615

1716
/**
1817
* This node represents a variable value in the config tree.

src/Symfony/Component/DependencyInjection/Compiler/LoggingFormatter.php

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

1212
namespace Symfony\Component\DependencyInjection\Compiler;
1313

14-
use Symfony\Component\DependencyInjection\Definition;
1514

1615
/**
1716
* Used to format logging messages during the compilation.

src/Symfony/Component/DependencyInjection/ContainerBuilder.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface;
1616
use Symfony\Component\DependencyInjection\Compiler\PassConfig;
1717
use Symfony\Component\DependencyInjection\Extension\ExtensionInterface;
18-
use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
1918
use Symfony\Component\Config\Resource\FileResource;
2019
use Symfony\Component\Config\Resource\ResourceInterface;
2120

src/Symfony/Component/DependencyInjection/Dumper/GraphvizDumper.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
use Symfony\Component\DependencyInjection\Definition;
1515
use Symfony\Component\DependencyInjection\Reference;
1616
use Symfony\Component\DependencyInjection\Parameter;
17-
use Symfony\Component\DependencyInjection\ContainerBuilder;
1817
use Symfony\Component\DependencyInjection\ContainerInterface;
1918

2019
/**

0 commit comments

Comments
 (0)
0