|
@@ -1,6 +1,6 @@
|
|
|
<?php
|
|
|
|
|
|
-declare(strict_types = 1);
|
|
|
+declare(strict_types=1);
|
|
|
|
|
|
namespace Fgm\Drupal\Composer;
|
|
|
|
|
@@ -99,4 +99,16 @@ class Builder implements Capable, Capability, EventSubscriberInterface, PluginIn
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+ /**
|
|
|
+ * {@inheritdoc}
|
|
|
+ */
|
|
|
+ public function deactivate(Composer $composer, IOInterface $io) {
|
|
|
+ parent::deactivate($composer, $io);
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * {@inheritdoc}
|
|
|
+ */
|
|
|
+ public function uninstall(Composer $composer, IOInterface $io) {
|
|
|
+ }
|
|
|
}
|