Exemplo n.º 1
0
 /**
  * @inheritdoc
  */
 protected function configure()
 {
     $this->setName('fix');
     $this->setDescription('Fix code according your code style');
     $this->addOption('save', null, InputOption::VALUE_NONE, 'By default we will show info without code modification');
     parent::configure();
 }
Exemplo n.º 2
0
 /**
  * @inheritdoc
  */
 protected function configure()
 {
     $this->setName('review');
     $this->setDescription('Review source code according to your code style');
     parent::configure();
 }