Skip to content

Commit 275cf8c

Browse files
committed
removed unused use statements
1 parent 21cb792 commit 275cf8c

File tree

11 files changed

+0
-15
lines changed

11 files changed

+0
-15
lines changed

src/Symfony/Bundle/FrameworkBundle/Command/ConfigDumpReferenceCommand.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@
1515
use Symfony\Component\Console\Input\InputArgument;
1616
use Symfony\Component\Console\Input\InputInterface;
1717
use Symfony\Component\Console\Output\OutputInterface;
18-
use Symfony\Component\Config\Definition\NodeInterface;
19-
use Symfony\Component\Config\Definition\ArrayNode;
20-
use Symfony\Component\Config\Definition\PrototypedArrayNode;
2118
use Symfony\Component\Config\Definition\ConfigurationInterface;
2219

2320
/**

src/Symfony/Bundle/TwigBundle/Tests/TwigEngineTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
use Symfony\Component\HttpFoundation\Session\Session;
1818
use Symfony\Component\HttpFoundation\Session\Storage\MockArraySessionStorage;
1919
use Symfony\Component\Templating\TemplateNameParser;
20-
use Symfony\Bundle\FrameworkBundle\Templating\GlobalVariables;
2120

2221
class TwigEngineTest extends TestCase
2322
{

src/Symfony/Component/Console/Tests/Helper/ProgressHelperTest.php

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

1414
use Symfony\Component\Console\Helper\ProgressHelper;
15-
use Symfony\Component\Console\Helper\HelperSet;
1615
use Symfony\Component\Console\Output\StreamOutput;
1716

1817
class ProgressHelperTest extends \PHPUnit_Framework_TestCase

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

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

1414
use Symfony\Component\Finder\Iterator;
1515
use Symfony\Component\Finder\Shell\Shell;
16-
use Symfony\Component\Finder\Expression\Expression;
1716
use Symfony\Component\Finder\Shell\Command;
18-
use Symfony\Component\Finder\Iterator\SortableIterator;
1917

2018
/**
2119
* Shell engine implementation using BSD find command.

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

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

1414
use Symfony\Component\Finder\Iterator;
1515
use Symfony\Component\Finder\Shell\Shell;
16-
use Symfony\Component\Finder\Expression\Expression;
1716
use Symfony\Component\Finder\Shell\Command;
18-
use Symfony\Component\Finder\Iterator\SortableIterator;
1917

2018
/**
2119
* Shell engine implementation using GNU find command.

src/Symfony/Component/Finder/Tests/FakeAdapter/DummyAdapter.php

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

1414
use Symfony\Component\Finder\Adapter\AbstractAdapter;
15-
use Symfony\Component\Finder\Exception\AdapterFailureException;
1615

1716
/**
1817
* @author Jean-François Simon <contact@jfsimon.fr>

src/Symfony/Component/Finder/Tests/Iterator/DepthRangeFilterIteratorTest.php

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

1414
use Symfony\Component\Finder\Iterator\DepthRangeFilterIterator;
15-
use Symfony\Component\Finder\Comparator\NumberComparator;
1615

1716
class DepthRangeFilterIteratorTest extends RealIteratorTestCase
1817
{

src/Symfony/Component/Routing/Matcher/Dumper/DumperRoute.php

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

1414
use Symfony\Component\Routing\Route;
15-
use Symfony\Component\Routing\RouteCollection;
1615

1716
/**
1817
* Container for a Route.

src/Symfony/Component/Routing/Tests/Matcher/Dumper/DumperPrefixCollectionTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
namespace Symfony\Component\Routing\Tests\Matcher\Dumper;
44

55
use Symfony\Component\Routing\Route;
6-
use Symfony\Component\Routing\RouteCollection;
76
use Symfony\Component\Routing\Matcher\Dumper\DumperPrefixCollection;
87
use Symfony\Component\Routing\Matcher\Dumper\DumperRoute;
98
use Symfony\Component\Routing\Matcher\Dumper\DumperCollection;

src/Symfony/Component/Security/Core/Util/SecureRandomInterface.php

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

1212
namespace Symfony\Component\Security\Core\Util;
1313

14-
use Symfony\Component\HttpKernel\Log\LoggerInterface;
1514

1615
/**
1716
* Interface that needs to be implemented by all secure random number generators.

0 commit comments

Comments
 (0)