Skip to content

Commit 0e4f0e7

Browse files
Removed unused imports
1 parent 0fc3369 commit 0e4f0e7

File tree

9 files changed

+0
-13
lines changed

9 files changed

+0
-13
lines changed

src/Symfony/Component/DependencyInjection/Tests/Compiler/AnalyzeServiceReferencesPassTest.php

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

1414
use Symfony\Component\DependencyInjection\Definition;
15-
use Symfony\Component\DependencyInjection\Compiler\Compiler;
1615
use Symfony\Component\DependencyInjection\Compiler\AnalyzeServiceReferencesPass;
1716
use Symfony\Component\DependencyInjection\Compiler\RepeatedPass;
1817
use Symfony\Component\DependencyInjection\Reference;

src/Symfony/Component/DependencyInjection/Tests/Compiler/RemoveUnusedDefinitionsPassTest.php

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

1414
use Symfony\Component\DependencyInjection\Compiler\AnalyzeServiceReferencesPass;
15-
use Symfony\Component\DependencyInjection\Compiler\Compiler;
1615
use Symfony\Component\DependencyInjection\Compiler\RepeatedPass;
1716
use Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass;
1817
use Symfony\Component\DependencyInjection\Definition;

src/Symfony/Component/HttpKernel/Tests/ClientTest.php

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

1414
use Symfony\Component\HttpKernel\Client;
15-
use Symfony\Component\HttpKernel\HttpKernel;
1615
use Symfony\Component\HttpFoundation\Request;
1716
use Symfony\Component\HttpFoundation\Response;
1817
use Symfony\Component\HttpFoundation\StreamedResponse;

src/Symfony/Component/Intl/Intl.php

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

1212
namespace Symfony\Component\Intl;
1313

14-
use Symfony\Component\Intl\Data\Bundle\Reader\BundleReaderInterface;
1514
use Symfony\Component\Intl\Data\Bundle\Reader\JsonBundleReader;
16-
use Symfony\Component\Intl\Data\Bundle\Reader\IntlBundleReader;
1715
use Symfony\Component\Intl\Data\Bundle\Reader\BufferedBundleReader;
1816
use Symfony\Component\Intl\Data\Bundle\Reader\BundleEntryReader;
1917
use Symfony\Component\Intl\Data\Bundle\Reader\BundleEntryReaderInterface;
20-
use Symfony\Component\Intl\Data\Bundle\Reader\PhpBundleReader;
2118
use Symfony\Component\Intl\Data\Provider\ScriptDataProvider;
22-
use Symfony\Component\Intl\Exception\InvalidArgumentException;
2319
use Symfony\Component\Intl\ResourceBundle\CurrencyBundle;
2420
use Symfony\Component\Intl\ResourceBundle\CurrencyBundleInterface;
2521
use Symfony\Component\Intl\ResourceBundle\LanguageBundle;

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
use Symfony\Component\Intl\Data\Provider\CurrencyDataProvider;
1616
use Symfony\Component\Intl\Data\Provider\LocaleDataProvider;
1717
use Symfony\Component\Intl\Exception\MissingResourceException;
18-
use Symfony\Component\Intl\Intl;
1918

2019
/**
2120
* Default implementation of {@link CurrencyBundleInterface}.

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
use Symfony\Component\Intl\Data\Provider\LocaleDataProvider;
1717
use Symfony\Component\Intl\Data\Provider\ScriptDataProvider;
1818
use Symfony\Component\Intl\Exception\MissingResourceException;
19-
use Symfony\Component\Intl\Intl;
2019

2120
/**
2221
* Default implementation of {@link LanguageBundleInterface}.

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

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

1212
namespace Symfony\Component\Intl\ResourceBundle;
1313

14-
use Symfony\Component\Intl\Data\Bundle\Reader\BundleEntryReaderInterface;
1514
use Symfony\Component\Intl\Data\Provider\LocaleDataProvider;
1615
use Symfony\Component\Intl\Exception\MissingResourceException;
17-
use Symfony\Component\Intl\Intl;
1816

1917
/**
2018
* Default implementation of {@link LocaleBundleInterface}.

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
use Symfony\Component\Intl\Data\Provider\LocaleDataProvider;
1616
use Symfony\Component\Intl\Data\Provider\RegionDataProvider;
1717
use Symfony\Component\Intl\Exception\MissingResourceException;
18-
use Symfony\Component\Intl\Intl;
1918

2019
/**
2120
* Default implementation of {@link RegionBundleInterface}.

src/Symfony/Component/Yaml/Tests/ParseExceptionTest.php

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

1414
use Symfony\Component\Yaml\Exception\ParseException;
15-
use Symfony\Component\Yaml\Yaml;
1615

1716
class ParseExceptionTest extends \PHPUnit_Framework_TestCase
1817
{

0 commit comments

Comments
 (0)