From 3ffc6aeb1a59235500c0812b4d7cf991415804f8 Mon Sep 17 00:00:00 2001 From: Andrew Roslik Date: Wed, 2 Dec 2015 15:50:46 +0200 Subject: [PATCH] Implemented #13: Implement integration with GitHub - Fixed phpdoc. --- LibHooks/lib/PreCommit/Filter/ShortCommitMsg.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LibHooks/lib/PreCommit/Filter/ShortCommitMsg.php b/LibHooks/lib/PreCommit/Filter/ShortCommitMsg.php index 0626029..04be7f4 100644 --- a/LibHooks/lib/PreCommit/Filter/ShortCommitMsg.php +++ b/LibHooks/lib/PreCommit/Filter/ShortCommitMsg.php @@ -60,7 +60,7 @@ protected function _getFormatterConfig() /** * Get parser * - * @return \PreCommit\Filter\ShortCommitMsg\Jira\Parser + * @return \PreCommit\Filter\ShortCommitMsg\Parser\Jira */ protected function _getParser() {