Passed
Push — master ( 29bde5...00bbf7 )
by Scott
72:56 queued 29:49
created
src/DiffLineHandle/DiffStart.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
15 15
 
16 16
         $newFrom = $foundVariables[2];
17 17
 
18
-        $this->diffFileState->setCurrentPosition($newFrom -1);
18
+        $this->diffFileState->setCurrentPosition($newFrom - 1);
19 19
     }
20 20
 
21 21
     public function isValid($line)
Please login to merge, or discard this patch.