MWSimple / AdminCrudBundle

AdminCrud genera un controlador muy básico para una Entity dada. Este controlador extiende e implementa un controlador Super Genial.
http://www.tecspro.com.ar
20 stars 13 forks source link

[Insight] Unused use statement should be avoided - in Command/MWSimpleMenuCommand.php, line 8 #81

Closed gonzaloalonsod closed 8 years ago

gonzaloalonsod commented 8 years ago

in Command/MWSimpleMenuCommand.php, line 8

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

Posted from SensioLabsInsight