Completed
Pull Request — 2.x (#654)
by
unknown
11:40
created
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.
src/ZfcUser/Authentication/Adapter/AdapterChainServiceFactory.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.
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\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.
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\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.