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
parent
ee5c1d75ae
commit
90981ea916
|
@ -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 {
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue