@@ -32,7 +32,7 @@ |
||
32 | 32 | } |
33 | 33 | |
34 | 34 | $logPath = $this->workDir . "/execution.log"; |
35 | - if(file_exists($logPath)) { |
|
35 | + if (file_exists($logPath)) { |
|
36 | 36 | $this->fileSystem->writeStream("execution.log", fopen($logPath, 'r')); |
37 | 37 | } |
38 | 38 | } |
@@ -49,7 +49,7 @@ |
||
49 | 49 | |
50 | 50 | public function delete(string $path): void |
51 | 51 | { |
52 | - $this->filesystem->delete($path); |
|
52 | + $this->filesystem->delete($path); |
|
53 | 53 | } |
54 | 54 | |
55 | 55 | public function deleteDirectory(string $path): void |