Browse Source

Merge pull request #4790 from filbertkm/updatecommand

Remove unused import in UpdateCommand
Jordi Boggiano 9 năm trước cách đây
mục cha
commit
4dd388074e
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      src/Composer/Command/UpdateCommand.php

+ 0 - 1
src/Composer/Command/UpdateCommand.php

@@ -22,7 +22,6 @@ 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\Question\ConfirmationQuestion;
 use Symfony\Component\Console\Question\Question;
 
 /**