Completed
Branch 1.0 (abbc08)
by David
09:22
created
src/ServiceProviderCompilationPass.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -6,13 +6,10 @@
 block discarded – undo
6 6
 
7 7
 use Interop\Container\ServiceProvider;
8 8
 use Invoker\Reflection\CallableReflection;
9
-use Puli\Discovery\Binding\ClassBinding;
10
-use Puli\GeneratedPuliFactory;
11 9
 use Symfony\Component\DependencyInjection\Alias;
12 10
 use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface;
13 11
 use Symfony\Component\DependencyInjection\ContainerBuilder;
14 12
 use Symfony\Component\DependencyInjection\Definition;
15
-use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
16 13
 use Symfony\Component\DependencyInjection\Reference;
17 14
 use TheCodingMachine\ServiceProvider\Registry;
18 15
 
Please login to merge, or discard this patch.