Skip to content

Commit 79cd71d

Browse files
committed
minor #60948 [FrameworkBundle] Minor remove unused Container use statement in ContainerLintCommand (santysisi)
This PR was merged into the 7.4 branch. Discussion ---------- [FrameworkBundle] Minor remove unused `Container` use statement in `ContainerLintCommand` | Q | A | ------------- | --- | Branch? | 7.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | no | License | MIT This PR removes an unused `use Symfony\Component\DependencyInjection\Container;` statement from the `ContainerLintCommand` class. This is a minor cleanup with no functional impact. Commits ------- 1f3c8d1 [FrameworkBundle] Minor remove unused `Container` use statement in `ContainerLintCommand`
2 parents c50f247 + 1f3c8d1 commit 79cd71d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
use Symfony\Component\DependencyInjection\Compiler\CheckTypeDeclarationsPass;
2525
use Symfony\Component\DependencyInjection\Compiler\PassConfig;
2626
use Symfony\Component\DependencyInjection\Compiler\ResolveFactoryClassPass;
27-
use Symfony\Component\DependencyInjection\Container;
2827
use Symfony\Component\DependencyInjection\ContainerBuilder;
2928
use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
3029
use Symfony\Component\DependencyInjection\Loader\XmlFileLoader;

0 commit comments

Comments
 (0)