Skip to content

Commit 7e76a32

Browse files
Removed unused imports
1 parent 453c2d3 commit 7e76a32

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

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;

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;

0 commit comments

Comments
 (0)