Метод | Описание | |
---|---|---|
__construct ( PhpGitHooks\Module\Git\Model\MergeValidatorInterface $mergeValidator, Bruli\EventBusBundle\QueryBus\QueryBus $queryBus, PhpGitHooks\Module\Git\Model\CommitMessageFinderInterface $commitMessageFinder ) | CommitMsgTool constructor. | |
run ( Symfony\Component\Console\Input\InputInterface $input ) |
Метод | Описание | |
---|---|---|
isValidCommitMessage ( string $regularExpression, string $commitMessage ) : boolean |
public __construct ( PhpGitHooks\Module\Git\Model\MergeValidatorInterface $mergeValidator, Bruli\EventBusBundle\QueryBus\QueryBus $queryBus, PhpGitHooks\Module\Git\Model\CommitMessageFinderInterface $commitMessageFinder ) | ||
$mergeValidator | PhpGitHooks\Module\Git\Model\MergeValidatorInterface | |
$queryBus | Bruli\EventBusBundle\QueryBus\QueryBus | |
$commitMessageFinder | PhpGitHooks\Module\Git\Model\CommitMessageFinderInterface |
public run ( Symfony\Component\Console\Input\InputInterface $input ) | ||
$input | Symfony\Component\Console\Input\InputInterface |