The class Symfony\Component\Console\Input\InputOption is declared but never used. You should remove the use statement.
namespace MWSimple\Bundle\AdminCrudBundle\Command;
use Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand;
use Symfony\Component\Console\Input\InputArgument;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Input\InputOption;
use Symfony\Component\Console\Output\OutputInterface;
use Symfony\Component\Console\Question\Question;
use Symfony\Component\Yaml\Yaml;
class MWSimpleMenuCommand extends ContainerAwareCommand
in Command/MWSimpleMenuCommand.php, line 8
Posted from SensioLabsInsight