Completed
Push — master ( a7e107...c14b13 )
by Scott
02:28
created
src/PhpCsLoader.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -76,7 +76,7 @@
 block discarded – undo
76 76
         $line = $message->line;
77 77
 
78 78
         if (!isset($this->invalidLines[$file][$line])) {
79
-             $this->invalidLines[$file][$line] = [];
79
+                $this->invalidLines[$file][$line] = [];
80 80
         }
81 81
         $this->invalidLines[$file][$line][] = $message->message;
82 82
     }
Please login to merge, or discard this patch.