Completed
Push — master ( 70df7e...516969 )
by ARCANEDEV
9s
created
src/ComposerPlugin.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -10,12 +10,12 @@
 block discarded – undo
10 10
 use Composer\EventDispatcher\Event as BaseEvent;
11 11
 use Composer\EventDispatcher\EventSubscriberInterface;
12 12
 use Composer\Factory;
13
+use Composer\IO\IOInterface;
13 14
 use Composer\Installer;
14 15
 use Composer\Installer\InstallerEvent;
15 16
 use Composer\Installer\InstallerEvents;
16 17
 use Composer\Installer\PackageEvent;
17 18
 use Composer\Installer\PackageEvents;
18
-use Composer\IO\IOInterface;
19 19
 use Composer\Package\RootPackageInterface;
20 20
 use Composer\Plugin\PluginInterface;
21 21
 use Composer\Script\Event as ScriptEvent;
Please login to merge, or discard this patch.