@@ -36,7 +36,7 @@ |
||
| 36 | 36 | const CONFIG_KEY = 'workflow_zf2_toolkit'; |
| 37 | 37 | |
| 38 | 38 | /** |
| 39 | - * @return array |
|
| 39 | + * @return string[] |
|
| 40 | 40 | */ |
| 41 | 41 | public function getModuleDependencies() |
| 42 | 42 | { |
@@ -214,7 +214,7 @@ |
||
| 214 | 214 | * @param string $workflowName |
| 215 | 215 | * @param array $objectsInfo |
| 216 | 216 | * |
| 217 | - * @return ExtEntry|null |
|
| 217 | + * @return ExtEntry |
|
| 218 | 218 | * |
| 219 | 219 | * @throws Exception\InvalidGetEntryByObjectsInfoException |
| 220 | 220 | * @throws \Zend\Serializer\Exception\ExceptionInterface |
@@ -285,8 +285,8 @@ |
||
| 285 | 285 | * |
| 286 | 286 | * @param string $routerName |
| 287 | 287 | * @param string $workflowName |
| 288 | - * @param null $managerName |
|
| 289 | - * @param null $managerAlias |
|
| 288 | + * @param string $managerName |
|
| 289 | + * @param string $managerAlias |
|
| 290 | 290 | * |
| 291 | 291 | * @return array |
| 292 | 292 | */ |