Issue #3117410 by jungle, longwave, alexpott, andypost, Kristen Pol, daffie: Use an optimised autoloader in testing (follow-up)

(cherry picked from commit 99562825b0)
merge-requests/7413/head
catch 2024-04-09 21:21:40 +01:00
parent ee5c1d75ae
commit 90981ea916
1 changed files with 3 additions and 3 deletions

View File

@ -43,21 +43,21 @@ class ComposerPluginImplementsScaffoldEvents implements PluginInterface, EventSu
/**
* {@inheritdoc}
*/
public function activate(Composer $composer, IOInterface $io) {
public function activate(Composer $composer, IOInterface $io): void {
}
/**
* {@inheritdoc}
*/
public function deactivate(Composer $composer, IOInterface $io) {
public function deactivate(Composer $composer, IOInterface $io): void {
}
/**
* {@inheritdoc}
*/
public function uninstall(Composer $composer, IOInterface $io) {
public function uninstall(Composer $composer, IOInterface $io): void {
}