@@ -201,7 +201,7 @@ |
||
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); |