Merge branch 'designer-3.2.1' into support/3.2

This commit is contained in:
odain
2025-11-15 21:27:37 +01:00
2 changed files with 3 additions and 3 deletions

View File

@@ -70,7 +70,7 @@ class DesignDocument extends DOMDocument
$this->preserveWhiteSpace = true; // otherwise the formatOutput option would have no effect
}
public function loadXML(string $source, int $options = 0)
public function loadXML(string $source, int $options = 0) : bool
{
return parent::loadXML($source, $options | LIBXML_BIGLINES);
}