Skip to content

Commit

Permalink
Cleanup unused use statements.
Browse files Browse the repository at this point in the history
  • Loading branch information
derhasi committed Jul 16, 2017
1 parent cc1b7ed commit bc43fea
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
1 change: 1 addition & 0 deletions src/PathPreserver.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

/**
* @file
* Contains \DrupalComposer\PreservePaths\PathPreserver
*/

Expand Down
4 changes: 0 additions & 4 deletions src/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,11 @@
namespace DrupalComposer\PreservePaths;

use Composer\Composer;
use Composer\DependencyResolver\Operation\InstallOperation;
use Composer\DependencyResolver\Operation\UninstallOperation;
use Composer\DependencyResolver\Operation\UpdateOperation;
use Composer\EventDispatcher\EventSubscriberInterface;
use Composer\IO\IOInterface;
use Composer\Plugin\PluginInterface;
use Composer\Installer\PackageEvent;
use Composer\Script\ScriptEvents;
use Composer\Util\Filesystem;

/**
* Class Plugin.
Expand Down
3 changes: 0 additions & 3 deletions src/PluginWrapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,8 @@
use Composer\DependencyResolver\Operation\InstallOperation;
use Composer\DependencyResolver\Operation\UninstallOperation;
use Composer\DependencyResolver\Operation\UpdateOperation;
use Composer\EventDispatcher\EventSubscriberInterface;
use Composer\IO\IOInterface;
use Composer\Plugin\PluginInterface;
use Composer\Installer\PackageEvent;
use Composer\Script\ScriptEvents;
use Composer\Util\Filesystem;

/**
Expand Down

0 comments on commit bc43fea

Please sign in to comment.