Completed
Push — master ( f4794e...1f0a28 )
by ophelie
05:23
created
src/DockerCompose/Manager/ComposeManager.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -112,7 +112,7 @@
 block discarded – undo
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(
Please login to merge, or discard this patch.