Просмотр исходного кода

Remove duplicate use statement

Jordi Boggiano 5 лет назад
Родитель
Сommit
3c593b0d12
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      src/Composer/Repository/PlatformRepository.php

+ 0 - 1
src/Composer/Repository/PlatformRepository.php

@@ -21,7 +21,6 @@ use Composer\Util\ProcessExecutor;
 use Composer\Util\Silencer;
 use Composer\Util\Platform;
 use Composer\XdebugHandler\XdebugHandler;
-use Composer\Composer;
 use Symfony\Component\Process\ExecutableFinder;
 
 /**