Skip to content

Commit 2df4e52

Browse files
committed
Rename deleteComment to removeComment according to GitLabPHP#149
1 parent dc4986e commit 2df4e52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Gitlab/Api/Issues.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ public function updateComment($project_id, $issue_id, $note_id, $body)
112112
* @param int $note_id
113113
* @return mixed
114114
*/
115-
public function deleteComment($project_id, $issue_id, $note_id)
115+
public function removeComment($project_id, $issue_id, $note_id)
116116
{
117117
return $this->delete($this->getProjectPath($project_id, 'issues/'.$this->encodePath($issue_id).'/notes/'.$this->encodePath($note_id)));
118118
}

0 commit comments

Comments
 (0)