@@ -74,6 +74,9 @@ discard block |
||
74 | 74 | return $this->rawStep(new Wrap($callable, $signature), $opt); |
75 | 75 | } |
76 | 76 | |
77 | + /** |
|
78 | + * @param string $stepName |
|
79 | + */ |
|
77 | 80 | protected function nextStepSignature(callable $callable, $stepName, $opt) |
78 | 81 | { |
79 | 82 | is_callable($callable, false, $functionName); |
@@ -104,7 +107,8 @@ discard block |
||
104 | 107 | |
105 | 108 | /** |
106 | 109 | * @param $params |
107 | - * @param $step |
|
110 | + * @param AbstractStep $step |
|
111 | + * @param string $track |
|
108 | 112 | * @return string |
109 | 113 | * @throws \Exception |
110 | 114 | */ |
@@ -8,6 +8,9 @@ |
||
8 | 8 | protected $finalTrack; |
9 | 9 | protected $pipeline; |
10 | 10 | |
11 | + /** |
|
12 | + * @param string $finalTrack |
|
13 | + */ |
|
11 | 14 | function __construct($params, $finalTrack, $pipeline) |
12 | 15 | { |
13 | 16 | $this->params = $params; |