Completed
Push — master ( d3d002...695756 )
by Alexander
06:21
created
src/Executor/ExecutionProcessFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@
 block discarded – undo
47 47
     public function create($uuid)
48 48
     {
49 49
         return $process = ProcessBuilder::create(
50
-                [$this->consolePath, 'task:execute', $uuid, '--env=' . $this->environment]
50
+                [$this->consolePath, 'task:execute', $uuid, '--env='.$this->environment]
51 51
             )
52 52
             ->setTimeout($this->processTimeout)
53 53
             ->getProcess();
Please login to merge, or discard this patch.