Test Setup Failed
Pull Request — master (#35)
by Scott
02:24
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.
CreatePhar.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
     'vendor',
19 19
 ];
20 20
 
21
-foreach($dirs as $dir) {
21
+foreach ($dirs as $dir) {
22 22
     addDir($dir, $phar);
23 23
 }
24 24
 
Please login to merge, or discard this patch.