Completed
Pull Request — master (#727)
by
unknown
02:06
created
DoctrineBundle.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -16,10 +16,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
Tests/Repository/ContainerRepositoryFactoryTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -73,6 +73,9 @@
 block discarded – undo
73 73
         $factory->getRepository($em, 'Foo\CoolEntity');
74 74
     }
75 75
 
76
+    /**
77
+     * @return ContainerInterface
78
+     */
76 79
     private function createContainer(array $services)
77 80
     {
78 81
         $container = $this->getMockBuilder(ContainerInterface::class)->getMock();
Please login to merge, or discard this patch.