Skip to content

Commit

Permalink
#13 Implement integration with GitHub
Browse files Browse the repository at this point in the history
 - Refactored parser path.
  • Loading branch information
andkirby committed Dec 1, 2015
1 parent 51a329d commit b902fa6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions LibHooks/lib/PreCommit/Filter/ShortCommitMsg.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ protected function _getFormatterConfig()
/**
* Get parser
*
* @return \PreCommit\Filter\ShortCommitMsg\Parser
* @return \PreCommit\Filter\ShortCommitMsg\Jira\Parser
*/
protected function _getParser()
{
return new ShortCommitMsg\Parser();
return new ShortCommitMsg\Jira\Parser();
}

/**
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
namespace PreCommit\Filter\ShortCommitMsg;
namespace PreCommit\Filter\ShortCommitMsg\Jira;

use PreCommit\Config;
use PreCommit\Exception;
Expand Down

0 comments on commit b902fa6

Please sign in to comment.