Completed
Push — master ( c6635f...c8eea5 )
by Claude
03:23
created
src/Services/SupervisorConfigurationGenerator.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -19,6 +19,12 @@
 block discarded – undo
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)
Please login to merge, or discard this patch.