@@ -27,7 +27,7 @@ |
||
27 | 27 | } |
28 | 28 | |
29 | 29 | $logPath = $this->workDir . "/execution.log"; |
30 | - if(file_exists($logPath)) { |
|
30 | + if (file_exists($logPath)) { |
|
31 | 31 | $this->fileSystem->writeStream("execution.log", fopen($logPath, 'r')); |
32 | 32 | } |
33 | 33 | } |
@@ -37,7 +37,7 @@ discard block |
||
37 | 37 | } |
38 | 38 | try { |
39 | 39 | $fileSystem->delete(""); |
40 | - } catch (\Exception $exception){} |
|
40 | + } catch (\Exception $exception) {} |
|
41 | 41 | |
42 | 42 | $executionWorkDir = $this->chainWorkDirManager->getLocalTmpWorkDir($entity); |
43 | 43 | if (!file_exists($executionWorkDir)) { |
@@ -85,7 +85,7 @@ discard block |
||
85 | 85 | continue; |
86 | 86 | } |
87 | 87 | |
88 | - $files[] =$item; |
|
88 | + $files[] = $item; |
|
89 | 89 | } |
90 | 90 | |
91 | 91 | return $files; |