We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6deb259 commit a255eeeCopy full SHA for a255eee
generator/src/XmlDocParser/DocPage.php
@@ -126,6 +126,7 @@ public function loadAndResolveFile(): \SimpleXMLElement
126
.'<!DOCTYPE refentry SYSTEM "'.$path.'">'
127
.\substr($content, $strpos+1);
128
129
+ libxml_use_internal_errors(true);
130
$elem = \simplexml_load_string($content, \SimpleXMLElement::class, LIBXML_DTDLOAD | LIBXML_NOENT);
131
if ($elem === false) {
132
throw new \RuntimeException('Invalid XML file for '.$this->path);
0 commit comments