We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4c934c6 + 4d65272 commit cd16d48Copy full SHA for cd16d48
lib/Gitlab/Api/Issues.php
@@ -60,7 +60,7 @@ public function update($project_id, $issue_id, array $params)
60
*/
61
public function remove($project_id, $issue_id)
62
{
63
- return $this->delete($this->getProjectPath($project_id, 'issues/'.$this->encodePath($issue_id)), $params);
+ return $this->delete($this->getProjectPath($project_id, 'issues/'.$this->encodePath($issue_id)));
64
}
65
66
/**
0 commit comments