1 | <?php |
||
7 | class CommitMsgResponseStub |
||
8 | { |
||
9 | const REGULAR_EXPRESSION = 'regular_expression'; |
||
10 | |||
11 | /** |
||
12 | * @param bool $commitMsg |
||
13 | * @param string $regularExpression |
||
14 | * |
||
15 | * @return CommitMsgResponse |
||
16 | */ |
||
17 | public static function create($commitMsg, $regularExpression) |
||
21 | |||
22 | /** |
||
23 | * @return CommitMsgResponse |
||
24 | */ |
||
25 | public static function createEnabled() |
||
29 | } |
||
30 |