PhpGitHooks\Module\Configuration\Domain\CommitMsg::addRegularExpression PHP Méthode

addRegularExpression() public méthode

public addRegularExpression ( RegularExpression $regularExpression ) : CommitMsg
$regularExpression RegularExpression
Résultat CommitMsg
    public function addRegularExpression(RegularExpression $regularExpression)
    {
        return new self($this->undefined, $this->enabled, $regularExpression);
    }