Преглед на файлове

Merge pull request #494 from cordoval/feature/CleanupRemovingFinderNotUsed

removed finder use clause as it is not used
Jordi Boggiano преди 13 години
родител
ревизия
586913e4fe
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      src/Composer/Console/Application.php

+ 0 - 1
src/Composer/Console/Application.php

@@ -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;