Skip to content

Commit d829559

Browse files
committed
another change "Class iMSCP\Composer\Plugin contains 2 abstract methods..."
1 parent 780e5f3 commit d829559

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

src/Plugin.php

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,19 @@ public function activate(Composer $composer, IOInterface $io)
1313
$installer = new Installer($io, $composer);
1414
$composer->getInstallationManager()->addInstaller($installer);
1515
}
16+
17+
/**
18+
* {@inheritDoc}
19+
*/
20+
public function deactivate(Composer $composer, IOInterface $io)
21+
{
22+
}
23+
24+
/**
25+
* {@inheritDoc}
26+
*/
27+
public function uninstall(Composer $composer, IOInterface $io)
28+
{
29+
}
30+
1631
}

0 commit comments

Comments
 (0)