Completed
Push — master ( 48001f...805ce9 )
by ARCANEDEV
26s queued 11s
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.
src/Entities/PluginState.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -311,7 +311,7 @@
 block discarded – undo
311 311
      *
312 312
      * @param  string  $type
313 313
      *
314
-     * @return array
314
+     * @return \Composer\Package\Link[]
315 315
      */
316 316
     public function getDuplicateLinks($type)
317 317
     {
Please login to merge, or discard this patch.