You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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`
0 commit comments