@@ -6,13 +6,10 @@ |
||
| 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 | |
@@ -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; |