Skip to content
Snippets Groups Projects
Commit e98c8768 authored by Matthijs Van Assche's avatar Matthijs Van Assche Committed by Luhur Abdi Rizal
Browse files

Issue #3459087 by Matthijs: Drupal 10.3 compatibility

parent 9ac7ec18
No related branches found
No related tags found
4 merge requests!153Issue #3268357 by el7cosmos: Remove deprecated events constant in...,!152Created a new merge request to get the list of all the PHP_CodeSniffer errors/warnings to fix,!151Created a new merge request to get the list of all the PHP_CodeSniffer errors/warnings to fix,!142Issue #3459087: Fix missing destruct method
Pipeline #218807 passed with warnings
......@@ -243,6 +243,11 @@ class HookEventPluginManager extends DefaultPluginManager implements HookEventPl
throw new UnknownExtensionException(sprintf('The module %s does not exist.', $module));
}
/**
* {@inheritdoc}
*/
public function destruct(): void {}
};
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment