@@ -11,7 +11,6 @@ |
||
| 11 | 11 | |
| 12 | 12 | namespace Task\TaskBundle\DependencyInjection; |
| 13 | 13 | |
| 14 | -use Symfony\Component\Config\Definition\Builder\ArrayNodeDefinition; |
|
| 15 | 14 | use Symfony\Component\Config\Definition\Builder\TreeBuilder; |
| 16 | 15 | use Symfony\Component\Config\Definition\ConfigurationInterface; |
| 17 | 16 | |
@@ -45,7 +45,7 @@ |
||
| 45 | 45 | */ |
| 46 | 46 | public function create($uuid) |
| 47 | 47 | { |
| 48 | - $command = implode(' ', [$this->consolePath, 'task:execute', $uuid, '--env=' . $this->environment]); |
|
| 48 | + $command = implode(' ', [$this->consolePath, 'task:execute', $uuid, '--env='.$this->environment]); |
|
| 49 | 49 | |
| 50 | 50 | if (method_exists(Process::class, 'fromShellCommandline')) { |
| 51 | 51 | $process = Process::fromShellCommandline($command); |