@@ -16,10 +16,6 @@ |
||
16 | 16 | |
17 | 17 | use Doctrine\Bundle\DoctrineBundle\DependencyInjection\Compiler\ServiceRepositoryCompilerPass; |
18 | 18 | use Doctrine\Common\Util\ClassUtils; |
19 | -use Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand; |
|
20 | -use Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand; |
|
21 | -use Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand; |
|
22 | -use Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand; |
|
23 | 19 | use Doctrine\Bundle\DoctrineBundle\DependencyInjection\Compiler\EntityListenerPass; |
24 | 20 | use Doctrine\ORM\Proxy\Autoloader; |
25 | 21 | use Symfony\Component\Console\Application; |
@@ -20,7 +20,6 @@ |
||
20 | 20 | use Symfony\Bridge\Doctrine\DataCollector\DoctrineDataCollector as BaseCollector; |
21 | 21 | use Symfony\Component\HttpFoundation\Request; |
22 | 22 | use Symfony\Component\HttpFoundation\Response; |
23 | -use Symfony\Component\VarDumper\Cloner\Data; |
|
24 | 23 | |
25 | 24 | /** |
26 | 25 | * DoctrineDataCollector. |
@@ -16,8 +16,6 @@ |
||
16 | 16 | |
17 | 17 | use Doctrine\Bundle\DoctrineBundle\DependencyInjection\DoctrineExtension; |
18 | 18 | use Doctrine\Bundle\DoctrineBundle\Tests\Builder\BundleConfigurationBuilder; |
19 | -use Doctrine\Common\Persistence\ManagerRegistry; |
|
20 | -use Doctrine\Common\Persistence\ObjectManager; |
|
21 | 19 | use Doctrine\Common\Proxy\AbstractProxyFactory; |
22 | 20 | use Doctrine\DBAL\Connection; |
23 | 21 | use Doctrine\DBAL\Driver\Connection as DriverConnection; |