@@ -248,7 +248,7 @@ discard block |
||
248 | 248 | * Переход между двумя статусами |
249 | 249 | * |
250 | 250 | * @param WorkflowEntryInterface $entry |
251 | - * @param SplObjectStorage|StepInterface[] $currentSteps |
|
251 | + * @param SplObjectStorage $currentSteps |
|
252 | 252 | * @param WorkflowStoreInterface $store |
253 | 253 | * @param WorkflowDescriptor $wf |
254 | 254 | * @param ActionDescriptor $action |
@@ -497,7 +497,7 @@ discard block |
||
497 | 497 | |
498 | 498 | |
499 | 499 | /** |
500 | - * @param $id |
|
500 | + * @param integer $id |
|
501 | 501 | * @param TransientVarsInterface $inputs |
502 | 502 | * |
503 | 503 | * @return array |
@@ -874,7 +874,7 @@ discard block |
||
874 | 874 | |
875 | 875 | /** |
876 | 876 | * @param ActionDescriptor $action |
877 | - * @param $id |
|
877 | + * @param integer $id |
|
878 | 878 | * |
879 | 879 | * @return void |
880 | 880 | * |
@@ -1170,7 +1170,7 @@ discard block |
||
1170 | 1170 | * |
1171 | 1171 | * @param WorkflowDescriptor $wfDesc |
1172 | 1172 | * @param integer $actionId |
1173 | - * @param StepInterface[]|SplObjectStorage $currentSteps |
|
1173 | + * @param SplObjectStorage $currentSteps |
|
1174 | 1174 | * @param TransientVarsInterface $transientVars |
1175 | 1175 | * @param PropertySetInterface $ps |
1176 | 1176 | * |