@@ -36,7 +36,7 @@ |
||
| 36 | 36 | const CONFIG_KEY = 'workflow_zf2_dispatch'; |
| 37 | 37 | |
| 38 | 38 | /** |
| 39 | - * @return array |
|
| 39 | + * @return string[] |
|
| 40 | 40 | */ |
| 41 | 41 | public function getModuleDependencies() |
| 42 | 42 | { |
@@ -327,7 +327,7 @@ |
||
| 327 | 327 | * |
| 328 | 328 | * @param WorkflowDispatchEventInterface $e |
| 329 | 329 | * |
| 330 | - * @return TransitionResultInterface |
|
| 330 | + * @return null|WorkflowService\TransitionResult |
|
| 331 | 331 | */ |
| 332 | 332 | public function onRunWorkflowHandler(WorkflowDispatchEventInterface $e) |
| 333 | 333 | { |