GrumPHP\Console\Command\Git\PreCommitCommand::configure PHP Метод

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

Configure command
protected configure ( )
    protected function configure()
    {
        $this->setName(self::COMMAND_NAME);
        $this->addOption('skip-success-output', null, InputOption::VALUE_NONE, 'Skips the success output. This will be shown by another command in the git commit hook chain.');
    }