Passed
Pull Request — master (#30)
by De Cramer
08:52
created
src/Oliverde8/Component/PhpEtl/Model/PerExecutionExecutionContext.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
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
     }
Please login to merge, or discard this patch.