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