Mmoreram\PHPFormatter\Command\StrictCommand::configure PHP Метод

configure() защищенный Метод

configure.
protected configure ( )
    protected function configure()
    {
        $this->setName('formatter:strict:fix')->setDescription('Ensures that all PHP files have strict mode defined in config file. Only valid for PHP7.0>')->addArgument('path', InputArgument::REQUIRED, 'Path')->addOption('--config', '-c', InputOption::VALUE_OPTIONAL, 'Config file directory', getcwd())->addOption('dry-run', null, InputOption::VALUE_NONE, 'Just print the result, nothing is overwritten');
    }