@@ -32,7 +32,7 @@ |
||
32 | 32 | { |
33 | 33 | $command = $this->buildCommand($filePath); |
34 | 34 | $result = $this->commandService->execute($command); |
35 | - if (! isset($result[0])) { |
|
35 | + if (!isset($result[0])) { |
|
36 | 36 | throw new CommandServiceException('Command resulted in an error (Does specified file exist?)'); |
37 | 37 | } |
38 | 38 | $result = trim($result[0]); |