@@ -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 | { |
@@ -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 | { |
@@ -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 | { |