@@ -19,6 +19,12 @@ |
||
19 | 19 | $this->overwrite = true; |
20 | 20 | } |
21 | 21 | |
22 | + /** |
|
23 | + * @param boolean $autostart |
|
24 | + * @param boolean $autorestart |
|
25 | + * @param string $appId |
|
26 | + * @param string $destination |
|
27 | + */ |
|
22 | 28 | public function generate(array $workers, $autostart, $autorestart, $server, $appId, $destination, OutputInterface $output) |
23 | 29 | { |
24 | 30 | foreach($workers as $worker => $data) |