@@ -45,7 +45,7 @@ |
||
45 | 45 | |
46 | 46 | /** |
47 | 47 | * @param AdapterChainEvent $e |
48 | - * @return bool |
|
48 | + * @return null|false |
|
49 | 49 | */ |
50 | 50 | public function authenticate(AdapterChainEvent $e) |
51 | 51 | { |
@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use Interop\Container\ContainerInterface; |
6 | 6 | use Zend\Authentication\Result as AuthenticationResult; |
7 | -use Zend\EventManager\EventInterface; |
|
8 | 7 | use Zend\ServiceManager\ServiceManager; |
9 | 8 | use Zend\Crypt\Password\Bcrypt; |
10 | 9 | use Zend\Session\Container as SessionContainer; |
@@ -18,7 +18,7 @@ |
||
18 | 18 | * Create service |
19 | 19 | * |
20 | 20 | * @param ServiceLocatorInterface $serviceLocator |
21 | - * @return mixed |
|
21 | + * @return \Zend\Hydrator\ClassMethods |
|
22 | 22 | */ |
23 | 23 | public function createService(ServiceLocatorInterface $serviceLocator) |
24 | 24 | { |