Completed
Push — master ( 4da4bd...5ab290 )
by Scott
14s
created
src/PhpCsLoader.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -85,7 +85,7 @@
 block discarded – undo
85 85
         }
86 86
 
87 87
         if (!empty($this->invalidLines[$file][$lineNumber])) {
88
-             $errors = array_merge($errors, $this->invalidLines[$file][$lineNumber]);
88
+                $errors = array_merge($errors, $this->invalidLines[$file][$lineNumber]);
89 89
         }
90 90
 
91 91
         return $errors;
Please login to merge, or discard this patch.