Completed
Push — master ( 6e65a9...c58e43 )
by Andrii
02:43
created
src/Plugin.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -14,12 +14,10 @@
 block discarded – undo
14 14
 use Composer\Composer;
15 15
 use Composer\EventDispatcher\EventSubscriberInterface;
16 16
 use Composer\Installer\InstallerEvent;
17
-use Composer\Installer\InstallerEvents;
18 17
 use Composer\IO\IOInterface;
19 18
 use Composer\Json\JsonFile;
20 19
 use Composer\Package\PackageInterface;
21 20
 use Composer\Plugin\CommandEvent;
22
-use Composer\Plugin\PluginEvents;
23 21
 use Composer\Plugin\PluginInterface;
24 22
 use Composer\Script\Event;
25 23
 use Composer\Script\ScriptEvents;
Please login to merge, or discard this patch.