8000 remove unused imports · symfony/symfony@9cd059e · GitHub
[go: up one dir, main page]

Skip to content

Commit 9cd059e

Browse files
committed
remove unused imports
1 parent c548bd8 commit 9cd059e

File tree

7 files changed

+0
-8
lines changed

7 files changed

+0
-8
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
use Symfony\Bundle\SecurityBundle\DependencyInjection\Security\Factory\SecurityFactoryInterface;
1515
use Symfony\Bundle\SecurityBundle\DependencyInjection\Security\UserProvider\UserProviderFactoryInterface;
1616
use Symfony\Component\Config\Definition\Exception\InvalidConfigurationException;
17-
use Symfony\Component\DependencyInjection\Definition;
1817
use Symfony\Component\DependencyInjection\DefinitionDecorator;
1918
use Symfony\Component\DependencyInjection\Alias;
2019
use Symfony\Component\HttpKernel\DependencyInjection\Extension;

src/Symfony/Component/Console/Event/ConsoleCommandEvent.php

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

1212
namespace Symfony\Component\Console\Event;
1313

14-
use Symfony\Component\Console\Command\Command;
15-
1614
/**
1715
* Allows to do things before the command is executed.
1816
*

src/Symfony/Component/Finder/Adapter/AbstractFindAdapter.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
use Symfony\Component\Finder\Shell\Shell;
1717
use Symfony\Component\Finder\Expression\Expression;
1818
use Symfony\Component\Finder\Shell\Command;
19-
use Symfony\Component\Finder\Iterator\SortableIterator;
2019
use Symfony\Component\Finder\Comparator\NumberComparator;
2120
use Symfony\Component\Finder\Comparator\DateComparator;
2221

src/Symfony/Component/Form/Extension/Core/Type/LocaleType.php

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

1414
use Symfony\Component\Form\AbstractType;
1515
use Symfony\Component\Intl\Intl;
16-
use Symfony\Component\Locale\Locale;
1716
use Symfony\Component\OptionsResolver\OptionsResolverInterface;
1817

1918
class LocaleType extends AbstractType

src/Symfony/Component/Intl/ResourceBundle/AbstractBundle.php

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

1212
namespace Symfony\Component\Intl\ResourceBundle;
1313

14-
use Symfony\Component\Intl\Intl;
1514
use Symfony\Component\Intl\ResourceBundle\Reader\StructuredBundleReaderInterface;
1615

1716
/**

src/Symfony/Component/Intl/Resources/bin/copy-stubs-to-component.php

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

1212
use Symfony\Component\Filesystem\Filesystem;
1313
use Symfony\Component\Icu\IcuData;
14-
use Symfony\Component\Intl\Intl;
1514

1615
require_once __DIR__ . '/common.php';
1716
require_once __DIR__ . '/autoload.php';

src/Symfony/Component/PropertyAccess/Tests/PropertyAccessorCollectionTest.php

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

1414
use Symfony\Component\PropertyAccess\Exception\ExceptionInterface;
1515
use Symfony\Component\PropertyAccess\PropertyAccessor;
16-
use Symfony\Component\PropertyAccess\StringUtil;
1716

1817
class PropertyAccessorCollectionTest_Car
1918
{

0 commit comments

Comments
 (0)
0