@@ -112,7 +112,7 @@ |
||
| 112 | 112 | $command = 'restart'; |
| 113 | 113 | |
| 114 | 114 | if ($timeout != 10) { |
| 115 | - $command .= ' --timeout='.$timeout; |
|
| 115 | + $command .= ' --timeout=' . $timeout; |
|
| 116 | 116 | } |
| 117 | 117 | |
| 118 | 118 | return $this->processResult( |
@@ -69,12 +69,12 @@ |
||
| 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'; |