Skip to content

Commit

Permalink
#13 Implement integration with GitHub
Browse files Browse the repository at this point in the history
 - Added GitHub parser class..
  • Loading branch information
andkirby committed Dec 1, 2015
1 parent a789743 commit 8291a9f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions LibHooks/lib/PreCommit/Filter/ShortCommitMsg/GitHub/Parser.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?php
namespace PreCommit\Filter\ShortCommitMsg\GitHub;

use PreCommit\Interpreter\InterpreterInterface;
use PreCommit\Filter\ShortCommitMsg;

/**
* Class filter to parse short message
*
* @package PreCommit\Filter\ShortCommitMsg\GitHub
*/
class Parser
extends ShortCommitMsg\Jira\Parser
implements InterpreterInterface
{
}

0 comments on commit 8291a9f

Please sign in to comment.