@@ -433,7 +433,7 @@ discard block |
||
433 | 433 | |
434 | 434 | /** |
435 | 435 | * Get changeEmailForm. |
436 | - * @return ChangeEmailForm |
|
436 | + * @return FormInterface |
|
437 | 437 | */ |
438 | 438 | public function getChangeEmailForm() |
439 | 439 | { |
@@ -456,7 +456,7 @@ discard block |
||
456 | 456 | } |
457 | 457 | |
458 | 458 | /** |
459 | - * @param $serviceLocator |
|
459 | + * @param \Interop\Container\ContainerInterface $serviceLocator |
|
460 | 460 | */ |
461 | 461 | public function setServiceLocator($serviceLocator) |
462 | 462 | { |
@@ -16,7 +16,7 @@ |
||
16 | 16 | * Set the event manager instance used by this context |
17 | 17 | * |
18 | 18 | * @param EventManagerInterface $events |
19 | - * @return mixed |
|
19 | + * @return EventProvider |
|
20 | 20 | */ |
21 | 21 | public function setEventManager(EventManagerInterface $events) |
22 | 22 | { |
@@ -3,9 +3,6 @@ |
||
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; |
@@ -13,7 +13,7 @@ |
||
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 | { |
@@ -14,7 +14,7 @@ |
||
14 | 14 | * Set the event manager instance used by this context |
15 | 15 | * |
16 | 16 | * @param EventManagerInterface $events |
17 | - * @return mixed |
|
17 | + * @return ProvidesEventsForm |
|
18 | 18 | */ |
19 | 19 | public function setEventManager(EventManagerInterface $events) |
20 | 20 | { |
@@ -13,7 +13,7 @@ |
||
13 | 13 | * Set the event manager instance used by this context |
14 | 14 | * |
15 | 15 | * @param EventManagerInterface $events |
16 | - * @return mixed |
|
16 | + * @return ProvidesEventsInputFilter |
|
17 | 17 | */ |
18 | 18 | public function setEventManager(EventManagerInterface $events) |
19 | 19 | { |