Completed
Push — master ( f2b8b4...a21374 )
by Tom
24s queued 11s
created
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.