Test Setup Failed
Branch master (1c631b)
by Scott
03:15
created
src/PhpCsLoader.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -106,7 +106,7 @@
 block discarded – undo
106 106
         }
107 107
 
108 108
         if (!empty($this->invalidLines[$file][$lineNumber])) {
109
-             $errors = array_merge($errors, $this->invalidLines[$file][$lineNumber]);
109
+                $errors = array_merge($errors, $this->invalidLines[$file][$lineNumber]);
110 110
         }
111 111
 
112 112
         $errors = array_merge($errors, $this->getRangeErrors($file, $lineNumber));
Please login to merge, or discard this patch.