Configures the version number of the document.
https://php.net/manual/en/class.domdocument.php#domdocument.props.xmlve…
public function withVersion(?string $version) : static { return $this->with(XmlEncoder::VERSION, $version); }