Passed
Push — master ( deb571...766ac3 )
by Sebastian
03:48
created
src/Cmd.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -201,7 +201,7 @@
 block discarded – undo
201 201
 
202 202
         if ($configLoader->hasValidationErrors()) {
203 203
             echo "  Warning - The configuration file did not pass validation!" . PHP_EOL .
204
-                 "  The following problems have been detected:" . PHP_EOL;
204
+                    "  The following problems have been detected:" . PHP_EOL;
205 205
 
206 206
             foreach ($configLoader->getValidationErrors() as $line => $errors) {
207 207
                 echo sprintf("\n  Line %d:\n", $line);
Please login to merge, or discard this patch.