Overrides Migration::migrate
public function migrate(DOMDocument $document) : void { $root = $document->documentElement; assert($root instanceof DOMElement); if ($root->hasAttribute('verbose')) { $root->removeAttribute('verbose'); } }