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