1
0
Fork 0

Clean up unused 'use' statements

pull/3034/head
David Neilsen 2014-06-04 21:28:41 +12:00
parent 075c85dd48
commit 7fe3426991
1 changed files with 0 additions and 5 deletions

View File

@ -14,12 +14,7 @@ namespace Composer\Command;
use Composer\Cache; use Composer\Cache;
use Composer\Factory; use Composer\Factory;
use Composer\Installer;
use Composer\Plugin\CommandEvent;
use Composer\Plugin\PluginEvents;
use Symfony\Component\Console\Input\InputInterface; use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Input\InputOption;
use Symfony\Component\Console\Input\InputArgument;
use Symfony\Component\Console\Output\OutputInterface; use Symfony\Component\Console\Output\OutputInterface;
/** /**