Completed
Push — develop ( f3c8ea...81dc89 )
by Tom
16s queued 10s
created
src/DoctrineModule/Module.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 use Laminas\ModuleManager\Feature\InitProviderInterface;
14 14
 use Laminas\ModuleManager\ModuleManagerInterface;
15 15
 use Laminas\ServiceManager\ServiceLocatorInterface;
16
-use Symfony\Component\Console\Application;
17 16
 use Symfony\Component\Console\Input\StringInput;
18 17
 use function class_exists;
19 18
 
Please login to merge, or discard this patch.
src/DoctrineModule/Service/CliControllerFactory.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
 use Laminas\ServiceManager\Exception\ServiceNotFoundException;
12 12
 use Laminas\ServiceManager\FactoryInterface;
13 13
 use Laminas\ServiceManager\ServiceLocatorInterface;
14
-use Symfony\Component\Console\Application;
15 14
 
16 15
 /**
17 16
  * Factory responsible of instantiating an {@see \DoctrineModule\Controller\CliController}
Please login to merge, or discard this patch.
src/DoctrineModule/Service/DriverFactory.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
7 7
 use Doctrine\Common\Annotations;
8 8
 use Doctrine\Common\Persistence\Mapping\Driver\DefaultFileLocator;
9 9
 use Doctrine\Common\Persistence\Mapping\Driver\FileDriver;
10
-use Doctrine\Common\Persistence\Mapping\Driver\FileLocator;
11 10
 use Doctrine\Common\Persistence\Mapping\Driver\MappingDriver;
12 11
 use Doctrine\Common\Persistence\Mapping\Driver\MappingDriverChain;
13 12
 use DoctrineModule\Options\Driver as DriverOptions;
Please login to merge, or discard this patch.
src/DoctrineModule/Service/SymfonyCliRouteFactory.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
 use Interop\Container\ContainerInterface;
9 9
 use Laminas\ServiceManager\FactoryInterface;
10 10
 use Laminas\ServiceManager\ServiceLocatorInterface;
11
-use Symfony\Component\Console\Application;
12 11
 
13 12
 /**
14 13
  * Factory responsible of instantiating {@see \DoctrineModule\Mvc\Router\Console\SymfonyCli}
Please login to merge, or discard this patch.
src/DoctrineModule/ServiceFactory/AbstractDoctrineServiceFactory.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 namespace DoctrineModule\ServiceFactory;
6 6
 
7
-use DoctrineModule\Service\AbstractFactory;
8 7
 use Interop\Container\ContainerInterface;
9 8
 use Laminas\ServiceManager\AbstractFactoryInterface;
10 9
 use Laminas\ServiceManager\Exception\ServiceNotFoundException;
Please login to merge, or discard this patch.