@@ -7,7 +7,6 @@ |
||
7 | 7 | use Puli\Discovery\Api\Type\BindingType; |
8 | 8 | use Puli\Discovery\Binding\ClassBinding; |
9 | 9 | use Puli\Discovery\InMemoryDiscovery; |
10 | -use Puli\SymfonyBundle\PuliBundle; |
|
11 | 10 | use Symfony\Component\DependencyInjection\ContainerBuilder; |
12 | 11 | use TheCodingMachine\Interop\ServiceProviderBridgeBundle\Tests\Fixtures\TestServiceProvider; |
13 | 12 | use TheCodingMachine\Interop\ServiceProviderBridgeBundle\Tests\Fixtures\TestServiceProviderOverride; |
@@ -5,14 +5,10 @@ |
||
5 | 5 | |
6 | 6 | |
7 | 7 | use Interop\Container\ServiceProvider; |
8 | -use Invoker\Reflection\CallableReflection; |
|
9 | -use Puli\Discovery\Binding\ClassBinding; |
|
10 | -use Puli\GeneratedPuliFactory; |
|
11 | 8 | use Symfony\Component\DependencyInjection\Alias; |
12 | 9 | use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface; |
13 | 10 | use Symfony\Component\DependencyInjection\ContainerBuilder; |
14 | 11 | use Symfony\Component\DependencyInjection\Definition; |
15 | -use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException; |
|
16 | 12 | use Symfony\Component\DependencyInjection\Reference; |
17 | 13 | use TheCodingMachine\ServiceProvider\Registry; |
18 | 14 |