Skip to content

Commit

Permalink
Fixes #3189
Browse files Browse the repository at this point in the history
  • Loading branch information
theseer authored and sebastianbergmann committed Jul 4, 2018
1 parent d4c476e commit 33e560d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Util/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -990,6 +990,7 @@ private function validateConfigurationAgainstSchema(): void

$this->document->schemaValidate($xsdFilename);
$this->errors = \libxml_get_errors();
\libxml_clear_errors();
\libxml_use_internal_errors($original);
}

Expand Down

0 comments on commit 33e560d

Please sign in to comment.