@@ -409,7 +409,7 @@ |
||
409 | 409 | $original = \libxml_use_internal_errors(true); |
410 | 410 | $xsdFilename = __DIR__ . '/../../../phpbu.xsd'; |
411 | 411 | if (\defined('__PHPBU_PHAR_ROOT__')) { |
412 | - $xsdFilename = __PHPBU_PHAR_ROOT__ . '/phpbu.xsd'; |
|
412 | + $xsdFilename = __PHPBU_PHAR_ROOT__ . '/phpbu.xsd'; |
|
413 | 413 | } |
414 | 414 | $this->document->schemaValidate($xsdFilename); |
415 | 415 | foreach (\libxml_get_errors() as $error) { |
@@ -194,7 +194,7 @@ |
||
194 | 194 | |
195 | 195 | if ($configLoader->hasValidationErrors()) { |
196 | 196 | echo " Warning - The configuration file did not pass validation!" . \PHP_EOL . |
197 | - " The following problems have been detected:" . \PHP_EOL; |
|
197 | + " The following problems have been detected:" . \PHP_EOL; |
|
198 | 198 | |
199 | 199 | foreach ($configLoader->getValidationErrors() as $line => $errors) { |
200 | 200 | echo \sprintf("\n Line %d:\n", $line); |