1
0
Fork 0

Merge pull request #494 from cordoval/feature/CleanupRemovingFinderNotUsed

removed finder use clause as it is not used
pull/495/head
Jordi Boggiano 2012-03-23 09:30:22 -07:00
commit 586913e4fe
1 changed files with 0 additions and 1 deletions

View File

@ -18,7 +18,6 @@ use Symfony\Component\Console\Output\OutputInterface;
use Symfony\Component\Console\Output\ConsoleOutput;
use Symfony\Component\Console\Formatter\OutputFormatter;
use Symfony\Component\Console\Formatter\OutputFormatterStyle;
use Symfony\Component\Finder\Finder;
use Composer\Command;
use Composer\Command\Helper\DialogHelper;
use Composer\Composer;