N°8306 - ci fixes

php code style
This commit is contained in:
odain
2025-11-16 08:11:34 +01:00
parent 6d5660ca67
commit fd10887849
2 changed files with 10 additions and 7 deletions

View File

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