Skip to content

Commit 406fdce

Browse files
authored
Update Issue.php
1 parent 4b7fdc0 commit 406fdce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Service/Issue.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,8 @@ public function updateComment($issueKey, $commentId, $comment)
156156
* @param int $commentId
157157
* @return \Psr\Http\Message\ResponseInterface
158158
*/
159-
public function getComment($issueKey, $commentId)
159+
public function deleteComment($issueKey, $commentId)
160160
{
161161
return $this->client->delete('/rest/api/2/issue/' . urlencode($issueKey) . '/comment/' . urlencode($commentId));
162162
}
163-
}
163+
}

0 commit comments

Comments
 (0)