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.
src/Oliverde8/Component/PhpEtl/Model/File/FlySystemFileSystem.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@
 block discarded – undo
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
Please login to merge, or discard this patch.