Commit 79cd71d
committed
minor symfony#60948 [FrameworkBundle] Minor remove unused
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`Container use statement in ContainerLintCommand (santysisi)File tree
1 file changed
+0
-1
lines changed- src/Symfony/Bundle/FrameworkBundle/Command
1 file changed
+0
-1
lines changedLines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | 27 | | |
29 | 28 | | |
30 | 29 | | |
| |||
0 commit comments