Completed
Push — master ( c91f33...d3d002 )
by Thomas
09:04 queued 42s
created
src/Executor/ExecutionProcessFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
40 40
     public function create($uuid)
41 41
     {
42 42
         return $process = ProcessBuilder::create(
43
-            [$this->consolePath, 'task:execute', $uuid, '--env=' . $this->environment]
43
+            [$this->consolePath, 'task:execute', $uuid, '--env='.$this->environment]
44 44
         )->getProcess();
45 45
     }
46 46
 }
Please login to merge, or discard this patch.