From ec249e6c038ac050db3001c72bc6a5159ef757a5 Mon Sep 17 00:00:00 2001 From: Andrew Roslik Date: Tue, 1 Dec 2015 20:17:47 +0200 Subject: [PATCH] #13 Implement integration with GitHub - Removed redundant comment. --- LibHooks/lib/PreCommit/Filter/ShortCommitMsg/Jira/Parser.php | 1 - 1 file changed, 1 deletion(-) diff --git a/LibHooks/lib/PreCommit/Filter/ShortCommitMsg/Jira/Parser.php b/LibHooks/lib/PreCommit/Filter/ShortCommitMsg/Jira/Parser.php index 3539473..162cdf3 100644 --- a/LibHooks/lib/PreCommit/Filter/ShortCommitMsg/Jira/Parser.php +++ b/LibHooks/lib/PreCommit/Filter/ShortCommitMsg/Jira/Parser.php @@ -169,7 +169,6 @@ protected function _getActiveIssueKey() * @param string $issueNo * @return string * @throws \PreCommit\Exception - * @todo Refactor this 'cos it belongs to JIRA only */ protected function _normalizeIssueKey($issueNo) {