Completed
Push — revert-661-bugfix/redirect-not... ( d145b3 )
by Daniel
11:52
created
src/ZfcUser/Authentication/Adapter/AdapterChainServiceFactory.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -2,9 +2,6 @@
 block discarded – undo
2 2
 namespace ZfcUser\Authentication\Adapter;
3 3
 
4 4
 use Interop\Container\ContainerInterface;
5
-use Interop\Container\Exception\ContainerException;
6
-use Zend\ServiceManager\Exception\ServiceNotCreatedException;
7
-use Zend\ServiceManager\Exception\ServiceNotFoundException;
8 5
 use Zend\ServiceManager\Factory\FactoryInterface;
9 6
 use Zend\ServiceManager\ServiceLocatorInterface;
10 7
 use ZfcUser\Authentication\Adapter\AdapterChain;
Please login to merge, or discard this patch.
src/ZfcUser/Factory/Authentication/Adapter/DbFactory.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -3,9 +3,6 @@
 block discarded – undo
3 3
 namespace ZfcUser\Factory\Authentication\Adapter;
4 4
 
5 5
 use Interop\Container\ContainerInterface;
6
-use Interop\Container\Exception\ContainerException;
7
-use Zend\ServiceManager\Exception\ServiceNotCreatedException;
8
-use Zend\ServiceManager\Exception\ServiceNotFoundException;
9 6
 use Zend\ServiceManager\Factory\FactoryInterface;
10 7
 use Zend\ServiceManager\ServiceLocatorInterface;
11 8
 use ZfcUser\Authentication\Adapter\Db;
Please login to merge, or discard this patch.
src/ZfcUser/Factory/Authentication/Storage/DbFactory.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -3,9 +3,6 @@
 block discarded – undo
3 3
 namespace ZfcUser\Factory\Authentication\Storage;
4 4
 
5 5
 use Interop\Container\ContainerInterface;
6
-use Interop\Container\Exception\ContainerException;
7
-use Zend\ServiceManager\Exception\ServiceNotCreatedException;
8
-use Zend\ServiceManager\Exception\ServiceNotFoundException;
9 6
 use Zend\ServiceManager\Factory\FactoryInterface;
10 7
 use Zend\ServiceManager\ServiceLocatorInterface;
11 8
 use ZfcUser\Authentication\Storage\Db;
Please login to merge, or discard this patch.
src/ZfcUser/Factory/Service/UserFactory.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -3,9 +3,6 @@
 block discarded – undo
3 3
 namespace ZfcUser\Factory\Service;
4 4
 
5 5
 use Interop\Container\ContainerInterface;
6
-use Interop\Container\Exception\ContainerException;
7
-use Zend\ServiceManager\Exception\ServiceNotCreatedException;
8
-use Zend\ServiceManager\Exception\ServiceNotFoundException;
9 6
 use Zend\ServiceManager\Factory\FactoryInterface;
10 7
 use Zend\ServiceManager\ServiceLocatorInterface;
11 8
 use ZfcUser\Service\User;
Please login to merge, or discard this patch.