@@ -117,6 +117,9 @@ discard block |
||
117 | 117 | return $result; |
118 | 118 | } |
119 | 119 | |
120 | + /** |
|
121 | + * @param string $actions |
|
122 | + */ |
|
120 | 123 | public function runActions($actions) |
121 | 124 | { |
122 | 125 | foreach (Helper::ksplit($actions) as $action) { |
@@ -141,7 +144,7 @@ discard block |
||
141 | 144 | |
142 | 145 | /** |
143 | 146 | * Prepares given command arguments. |
144 | - * @param string|array $args |
|
147 | + * @param string $args |
|
145 | 148 | * @return string |
146 | 149 | */ |
147 | 150 | public function prepareCommand($args = '') |