@@ -33,6 +33,9 @@ discard block |
||
33 | 33 | $this->stepsQueue = []; |
34 | 34 | } |
35 | 35 | |
36 | + /** |
|
37 | + * @param string $stepName |
|
38 | + */ |
|
36 | 39 | protected function findTargetStepIndex($stepName) |
37 | 40 | { |
38 | 41 | $steps = array_column($this->stepsQueue, 'step'); |
@@ -161,6 +164,7 @@ discard block |
||
161 | 164 | |
162 | 165 | /** |
163 | 166 | * @throws \Exception |
167 | + * @param AbstractStep $step |
|
164 | 168 | */ |
165 | 169 | protected function performStep($step, &$params, $opt, $track) |
166 | 170 | { |