Completed
Push — 1.2.x ( 9407d0 )
by Tom
06:40
created
src/DoctrineModule/Module.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,6 @@
 block discarded – undo
26 26
 use Zend\ModuleManager\ModuleManagerInterface;
27 27
 use Zend\EventManager\EventInterface;
28 28
 use Zend\Console\Adapter\AdapterInterface as Console;
29
-
30 29
 use Symfony\Component\Console\Input\StringInput;
31 30
 use DoctrineModule\Component\Console\Output\PropertyOutput;
32 31
 
Please login to merge, or discard this patch.
src/DoctrineModule/Options/Authentication.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,6 @@
 block discarded – undo
20 20
 
21 21
 use DoctrineModule\Authentication\Storage\ObjectRepository;
22 22
 use DoctrineModule\Service\AbstractFactory;
23
-use Zend\Authentication\Storage\Session as SessionStorage;
24 23
 use Zend\ServiceManager\ServiceLocatorInterface;
25 24
 
26 25
 /**
Please login to merge, or discard this patch.
tests/DoctrineModuleTest/ModuleTest.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -20,10 +20,8 @@
 block discarded – undo
20 20
 namespace DoctrineModuleTest;
21 21
 
22 22
 use PHPUnit_Framework_TestCase;
23
-use PHPUnit_Framework_Assert;
24 23
 use PHPUnit_Framework_MockObject_MockObject;
25 24
 use DoctrineModule\Module;
26
-use DoctrineModuleTest\ServiceManagerFactory;
27 25
 use Symfony\Component\Console\Output\OutputInterface;
28 26
 use Symfony\Component\Console\Input\InputInterface;
29 27
 
Please login to merge, or discard this patch.