Completed
Push — master ( 1f0a28...847154 )
by ophelie
02:07
created
src/DockerCompose/Manager/ComposeManager.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -69,12 +69,12 @@
 block discarded – undo
69 69
         );
70 70
     }
71 71
 
72
-     /**
73
-     * Stop service containers
74
-     *
75
-     * @param mixed   $composeFiles  The compose files names
76
-     * @param string  $signal        Optionnal to precise SIGNAL to send to the container for SIGKILL replacement.
77
-     */
72
+        /**
73
+         * Stop service containers
74
+         *
75
+         * @param mixed   $composeFiles  The compose files names
76
+         * @param string  $signal        Optionnal to precise SIGNAL to send to the container for SIGKILL replacement.
77
+         */
78 78
     public function kill($composeFiles = array(), $signal = 'SIGKILL')
79 79
     {
80 80
         $command = 'kill';
Please login to merge, or discard this patch.