Passed
Push — nln-php7 ( 5c4f20...6ce259 )
by Nicolas
03:34
created
src/Configuration/Parser.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@  discard block
 block discarded – undo
46 46
 
47 47
     public function enableExternalSupport(): self
48 48
     {
49
-       $this->parsers->enableExternalSupport($this->fs);
49
+        $this->parsers->enableExternalSupport($this->fs);
50 50
 
51 51
         return $this;
52 52
     }
@@ -218,8 +218,8 @@  discard block
 block discarded – undo
218 218
             if($status['found'] === false)
219 219
             {
220 220
                 $this->warning(sprintf(
221
-                   'External file %s was not found',
222
-                   $file
221
+                    'External file %s was not found',
222
+                    $file
223 223
                 ));
224 224
             }
225 225
         }
Please login to merge, or discard this patch.