Passed
Push — nln-php7 ( 12eaac )
by Nicolas
05:28
created
src/Karma/Configuration/Parser.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -244,8 +244,8 @@  discard block
 block discarded – undo
244 244
             if($status['found'] === false)
245 245
             {
246 246
                 $this->warning(sprintf(
247
-                   'External file %s was not found',
248
-                   $file
247
+                    'External file %s was not found',
248
+                    $file
249 249
                 ));
250 250
             }
251 251
         }
@@ -298,7 +298,7 @@  discard block
 block discarded – undo
298 298
 
299 299
     public function getDefaultEnvironmentsForGroups(): array
300 300
     {
301
-         $defaultEnvironments = [];
301
+            $defaultEnvironments = [];
302 302
 
303 303
         if(isset($this->parsers[self::GROUPS]))
304 304
         {
Please login to merge, or discard this patch.