@@ -12,7 +12,7 @@ |
||
12 | 12 | * Create service |
13 | 13 | * |
14 | 14 | * @param ServiceLocatorInterface $serviceLocator |
15 | - * @return mixed |
|
15 | + * @return DbAdapter |
|
16 | 16 | */ |
17 | 17 | public function createService(ServiceLocatorInterface $serviceLocator) |
18 | 18 | { |
@@ -12,7 +12,7 @@ |
||
12 | 12 | * Create service |
13 | 13 | * |
14 | 14 | * @param ServiceLocatorInterface $serviceLocator |
15 | - * @return mixed |
|
15 | + * @return DbStorage |
|
16 | 16 | */ |
17 | 17 | public function createService(ServiceLocatorInterface $serviceLocator) |
18 | 18 | { |
@@ -13,7 +13,7 @@ |
||
13 | 13 | * Create service |
14 | 14 | * |
15 | 15 | * @param ServiceLocatorInterface $serviceLocator |
16 | - * @return mixed |
|
16 | + * @return UserService |
|
17 | 17 | */ |
18 | 18 | public function createService(ServiceLocatorInterface $serviceLocator) |
19 | 19 | { |
@@ -113,6 +113,9 @@ |
||
113 | 113 | ->setMessages(array('Authentication successful.')); |
114 | 114 | } |
115 | 115 | |
116 | + /** |
|
117 | + * @param Bcrypt $bcrypt |
|
118 | + */ |
|
116 | 119 | protected function updateUserPasswordHash($userObject, $password, $bcrypt) |
117 | 120 | { |
118 | 121 | $hash = explode('$', $userObject->getPassword()); |