@@ -480,7 +480,7 @@ |
||
480 | 480 | //wait until process is ready |
481 | 481 | } |
482 | 482 | // executes after the command finishes |
483 | - if (! $process->isSuccessful()) { |
|
483 | + if (!$process->isSuccessful()) { |
|
484 | 484 | throw new \Symfony\Component\Process\Exception\ProcessFailedException($process); |
485 | 485 | } else { |
486 | 486 | $path_parts = pathinfo($this->StoragePath($this->local_path.$this->template_file_name)); |