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.
1 parent ecf6001 commit 5fcbc55Copy full SHA for 5fcbc55
lib/Gitlab/Api/Issues.php
@@ -474,10 +474,10 @@ public function closedByMergeRequests($project_id, $issue_iid)
474
* @param int $issue_iid
475
*
476
* @return mixed
477
- */
+ */
478
public function relatedMergeRequests($project_id, $issue_iid)
479
{
480
- return $this->get($this->getProjectPath($project_id, 'issues/'.$this->encodePath($issue_iid) . '/related_merge_requests'));
+ return $this->get($this->getProjectPath($project_id, 'issues/'.$this->encodePath($issue_iid).'/related_merge_requests'));
481
}
482
483
/**
0 commit comments