@@ -293,7 +293,7 @@ |
||
| 293 | 293 | * @param string|array $options String is either event name or aggregate name (when name is int). |
| 294 | 294 | * Array are the options from config. [ [event,..], method, priority, lazy] |
| 295 | 295 | * |
| 296 | - * @return array |
|
| 296 | + * @return \Zend\EventManager\EventManagerInterface |
|
| 297 | 297 | */ |
| 298 | 298 | protected function normalizeListenerOptions($name, $options) |
| 299 | 299 | { |
@@ -64,7 +64,7 @@ |
||
| 64 | 64 | /** |
| 65 | 65 | * Gets the form instance. |
| 66 | 66 | * |
| 67 | - * @return Container|FormInterface |
|
| 67 | + * @return FormInterface |
|
| 68 | 68 | */ |
| 69 | 69 | public function getForm() |
| 70 | 70 | { |