fix code style

This commit is contained in:
odain
2025-11-15 21:28:38 +01:00
parent 0013b8cfee
commit 6d5660ca67

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) : bool
public function loadXML(string $source, int $options = 0): bool
{
return parent::loadXML($source, $options | LIBXML_BIGLINES);
}