Skip to content

Commit 5fcbc55

Browse files
GrahamCampbellStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent ecf6001 commit 5fcbc55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Gitlab/Api/Issues.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -474,10 +474,10 @@ public function closedByMergeRequests($project_id, $issue_iid)
474474
* @param int $issue_iid
475475
*
476476
* @return mixed
477-
*/
477+
*/
478478
public function relatedMergeRequests($project_id, $issue_iid)
479479
{
480-
return $this->get($this->getProjectPath($project_id, 'issues/'.$this->encodePath($issue_iid) . '/related_merge_requests'));
480+
return $this->get($this->getProjectPath($project_id, 'issues/'.$this->encodePath($issue_iid).'/related_merge_requests'));
481481
}
482482

483483
/**

0 commit comments

Comments
 (0)