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