mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
Fix plugin interface usage in tests
This commit is contained in:
parent
9402a9fb3c
commit
69a028f368
5 changed files with 5 additions and 5 deletions
|
@ -9,7 +9,7 @@ class Plugin implements PluginInterface
|
|||
{
|
||||
public $version = 'installer-v1';
|
||||
|
||||
public function activate(Composer $composer)
|
||||
public function activate()
|
||||
{
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue