Completed
Pull Request — 1.x (#637)
by Daniel
07:58
created
src/ZfcUser/Authentication/Adapter/Db.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,9 +2,7 @@
 block discarded – undo
2 2
 
3 3
 namespace ZfcUser\Authentication\Adapter;
4 4
 
5
-use DateTime;
6 5
 use Zend\Authentication\Result as AuthenticationResult;
7
-use Zend\ServiceManager\ServiceManagerAwareInterface;
8 6
 use Zend\ServiceManager\ServiceManager;
9 7
 use Zend\Crypt\Password\Bcrypt;
10 8
 use Zend\Session\Container as SessionContainer;
Please login to merge, or discard this patch.
src/ZfcUser/Authentication/Storage/Db.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
 use Zend\Authentication\AuthenticationService;
6 6
 use Zend\Form\Form;
7
-use Zend\ServiceManager\ServiceManagerAwareInterface;
8 7
 use Zend\ServiceManager\ServiceManager;
9 8
 use Zend\Crypt\Password\Bcrypt;
10 9
 use Zend\Stdlib\Hydrator;
Please login to merge, or discard this patch.
src/ZfcUser/Factory/Authentication/Adapter/DbFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
      * Create service
14 14
      *
15 15
      * @param ServiceLocatorInterface $serviceLocator
16
-     * @return mixed
16
+     * @return Db
17 17
      */
18 18
     public function createService(ServiceLocatorInterface $serviceLocator)
19 19
     {
Please login to merge, or discard this patch.
src/ZfcUser/Factory/Authentication/Storage/DbFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
      * Create service
14 14
      *
15 15
      * @param ServiceLocatorInterface $serviceLocator
16
-     * @return mixed
16
+     * @return Db
17 17
      */
18 18
     public function createService(ServiceLocatorInterface $serviceLocator)
19 19
     {
Please login to merge, or discard this patch.