PhpGitHooks\Infrastructure\Hook\CommitMsg::doRun PHP Метод

doRun() публичный Метод

public doRun ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface
    public function doRun(InputInterface $input, OutputInterface $output)
    {
        $this->container->get('bruli.command.bus')->handle(new CommitMsgCommand($input));
    }