Skip to content

Commit 72f787f

Browse files
Remove unused imports
1 parent 256349b commit 72f787f

File tree

6 files changed

+0
-9
lines changed

6 files changed

+0
-9
lines changed

Tests/Fixtures/TaggedLocatorConsumerWithDefaultIndexMethod.php

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

55
use Psr\Container\ContainerInterface;
66
use Symfony\Component\DependencyInjection\Attribute\AutowireLocator;
7-
use Symfony\Component\DependencyInjection\Attribute\TaggedLocator;
87

98
final class TaggedLocatorConsumerWithDefaultIndexMethod
109
{

Tests/Fixtures/TaggedLocatorConsumerWithDefaultPriorityMethod.php

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

55
use Psr\Container\ContainerInterface;
66
use Symfony\Component\DependencyInjection\Attribute\AutowireLocator;
7-
use Symfony\Component\DependencyInjection\Attribute\TaggedLocator;
87

98
final class TaggedLocatorConsumerWithDefaultPriorityMethod
109
{

Tests/Fixtures/config/stack.php

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

33
namespace Symfony\Component\DependencyInjection\Loader\Configurator;
44

5-
use Symfony\Component\DependencyInjection\Tests\Fixtures\Prototype\Foo;
6-
75
return function (ContainerConfigurator $c) {
86
$services = $c->services();
97

Tests/Fixtures/containers/CustomContainer.php

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

55
use Symfony\Component\DependencyInjection\Container;
6-
use Symfony\Component\DependencyInjection\ParameterBag\ParameterBag;
76

87
class CustomContainer extends Container
98
{

Tests/Fixtures/containers/container_env_in_id.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
<?php
22

33
use Symfony\Component\DependencyInjection\ContainerBuilder;
4-
use Symfony\Component\DependencyInjection\Definition;
5-
use Symfony\Component\DependencyInjection\Dumper\PhpDumper;
64
use Symfony\Component\DependencyInjection\Reference;
75

86
$container = new ContainerBuilder();

Tests/Fixtures/containers/container_inline_requires.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
namespace Symfony\Tests\InlineRequires;
44

55
use Symfony\Component\DependencyInjection\ContainerBuilder;
6-
use Symfony\Component\DependencyInjection\Definition;
7-
use Symfony\Component\DependencyInjection\Dumper\PhpDumper;
86
use Symfony\Component\DependencyInjection\Reference;
97
use Symfony\Component\DependencyInjection\Tests\Fixtures\includes\HotPath;
108
use Symfony\Component\DependencyInjection\Tests\Fixtures\ParentNotExists;

0 commit comments

Comments
 (0)