@@ -272,7 +272,7 @@ discard block |
||
| 272 | 272 | * Переход между двумя статусами |
| 273 | 273 | * |
| 274 | 274 | * @param WorkflowEntryInterface $entry |
| 275 | - * @param SplObjectStorage|StepInterface[] $currentSteps |
|
| 275 | + * @param SplObjectStorage $currentSteps |
|
| 276 | 276 | * @param WorkflowStoreInterface $store |
| 277 | 277 | * @param WorkflowDescriptor $wf |
| 278 | 278 | * @param ActionDescriptor $action |
@@ -524,7 +524,7 @@ discard block |
||
| 524 | 524 | |
| 525 | 525 | |
| 526 | 526 | /** |
| 527 | - * @param $id |
|
| 527 | + * @param integer $id |
|
| 528 | 528 | * @param TransientVarsInterface $inputs |
| 529 | 529 | * |
| 530 | 530 | * @return array |
@@ -903,7 +903,7 @@ discard block |
||
| 903 | 903 | |
| 904 | 904 | /** |
| 905 | 905 | * @param ActionDescriptor $action |
| 906 | - * @param $id |
|
| 906 | + * @param integer $id |
|
| 907 | 907 | * |
| 908 | 908 | * @return void |
| 909 | 909 | * |
@@ -1042,8 +1042,8 @@ discard block |
||
| 1042 | 1042 | /** |
| 1043 | 1043 | * Получение шагов информации о шагах процесса workflow |
| 1044 | 1044 | * |
| 1045 | - * @param $entryId |
|
| 1046 | - * @param $type |
|
| 1045 | + * @param integer $entryId |
|
| 1046 | + * @param string $type |
|
| 1047 | 1047 | * |
| 1048 | 1048 | * @return Spi\StepInterface[]|SplObjectStorage |
| 1049 | 1049 | * |
@@ -1227,7 +1227,7 @@ discard block |
||
| 1227 | 1227 | * |
| 1228 | 1228 | * @param WorkflowDescriptor $wfDesc |
| 1229 | 1229 | * @param integer $actionId |
| 1230 | - * @param StepInterface[]|SplObjectStorage $currentSteps |
|
| 1230 | + * @param SplObjectStorage $currentSteps |
|
| 1231 | 1231 | * @param TransientVarsInterface $transientVars |
| 1232 | 1232 | * @param PropertySetInterface $ps |
| 1233 | 1233 | * |