Completed
Push — output_parsers_refactor ( 710907...9ffc6c )
by Alessandro
02:42
created
src/Paraunit/Tests/Unit/Parser/JSONLogParserTest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -55,5 +55,5 @@
 block discarded – undo
55 55
         $this->assertTrue($parser->parseAndContinue($process));
56 56
 
57 57
         $this->assertEmpty($process->getTestResults());
58
-   }
58
+    }
59 59
 }
Please login to merge, or discard this patch.
src/Paraunit/Parser/JSONLogFetcher.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
33 33
     {
34 34
         $filePath = $this->fileName->generate($process);
35 35
 
36
-        if ( ! file_exists($filePath)) {
36
+        if (!file_exists($filePath)) {
37 37
             throw new JSONLogNotFoundException($process);
38 38
         }
39 39
 
Please login to merge, or discard this patch.