protected function configure()
 {
     parent::configure();
     $this->setName(self::COMMAND_NAME)->setDescription(self::COMMAND_DESCRIPTION)->setHelp(self::COMMAND_HELP)->addOption(self::OPTION_SHOW_FULL_PATHS, null, InputOption::VALUE_NONE, 'If present, files will be listed with full paths');
 }
 protected function configure()
 {
     parent::configure();
     $this->setName(self::COMMAND_NAME)->setDescription(self::COMMAND_DESCRIPTION)->setHelp(self::COMMAND_HELP)->addOption(self::OPT_DRY_RUN, null, InputOption::VALUE_NONE, 'If present, it shows diffs but does not change any files')->addOption(self::OPT_CUSTOM_RULESET, null, InputOption::VALUE_OPTIONAL, 'If present, uses PHP Code Beautifier and Fixer with custom ruleset');
 }
 protected function configure()
 {
     parent::configure();
     $this->setName(self::COMMAND_NAME)->setDescription(self::COMMAND_DESCRIPTION)->setHelp(self::COMMAND_HELP)->addOption(self::OPT_DRY_RUN, null, InputOption::VALUE_NONE, 'If present, it shows diffs but does not change any files');
 }
 protected function configure()
 {
     parent::configure();
     $this->setName(self::COMMAND_NAME)->setDescription(self::COMMAND_DESCRIPTION)->setHelp(self::COMMAND_HELP)->addOption(self::OPT_CUSTOM_RULESET, null, InputOption::VALUE_OPTIONAL, 'If present, uses PHP Code Sniffer with custom ruleset');
 }