Skip to content

Commit e425a2d

Browse files
Fix whitespace issue
1 parent e0aa534 commit e425a2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Configuration/Loader/Xml.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ private function validateConfigurationAgainstSchema()
409409
$original = \libxml_use_internal_errors(true);
410410
$xsdFilename = __DIR__ . '/../../../phpbu.xsd';
411411
if (\defined('__PHPBU_PHAR_ROOT__')) {
412-
$xsdFilename = __PHPBU_PHAR_ROOT__ . '/phpbu.xsd';
412+
$xsdFilename = __PHPBU_PHAR_ROOT__ . '/phpbu.xsd';
413413
}
414414
$this->document->schemaValidate($xsdFilename);
415415
foreach (\libxml_get_errors() as $error) {

0 commit comments

Comments
 (0)