Completed
Push — master ( 28c9d6...b69760 )
by Scott
03:03
created
src/DiffLineHandle/ContextLine.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,6 +13,6 @@
 block discarded – undo
13 13
 
14 14
     public function isValid($line)
15 15
     {
16
-         return true;
16
+            return true;
17 17
     }
18 18
 }
Please login to merge, or discard this patch.
src/PhpCsLoader.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@
 block discarded – undo
64 64
     protected function addInvalidLine($file, $line, $error)
65 65
     {
66 66
         if (!isset($this->invalidLines[$file][$line])) {
67
-             $this->invalidLines[$file][$line] = [];
67
+                $this->invalidLines[$file][$line] = [];
68 68
         }
69 69
         $this->invalidLines[$file][$line][] = $error;
70 70
     }
Please login to merge, or discard this patch.