Remove double use Statement

Syntax Error in Helper/QuestionHelper.php
This commit is contained in:
Jan Emrich 2016-11-04 18:49:05 +01:00
parent 8fd97217e7
commit c3dacbb9a1

View File

@ -19,7 +19,6 @@ use Symfony\Component\Console\Output\OutputInterface;
use Symfony\Component\Console\Formatter\OutputFormatterStyle;
use Symfony\Component\Console\Question\Question;
use Symfony\Component\Console\Question\ChoiceQuestion;
use Symfony\Component\Console\Exception\RuntimeException;
/**
* The QuestionHelper class provides helpers to interact with the user.