Skip to content

Commit 2c494f7

Browse files
authored
Tabs > Spaces
1 parent f7b9c46 commit 2c494f7

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

lib/Gitlab/Api/Issues.php

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -214,13 +214,13 @@ public function awardEmoji($project_id, $issue_iid)
214214
return $this->get($this->getProjectPath($project_id, 'issues/'.$this->encodePath($issue_iid).'/award_emoji'));
215215
}
216216

217-
/**
218-
* @param int $project_id
219-
* @param int $issue_iid
220-
* @return mixed
221-
*/
222-
public function closedByMergeRequests($project_id, $issue_iid)
223-
{
224-
return $this->get($this->getProjectPath($project_id, 'issues/'.$this->encodePath($issue_iid)).'/closed_by');
225-
}
217+
/**
218+
* @param int $project_id
219+
* @param int $issue_iid
220+
* @return mixed
221+
*/
222+
public function closedByMergeRequests($project_id, $issue_iid)
223+
{
224+
return $this->get($this->getProjectPath($project_id, 'issues/'.$this->encodePath($issue_iid)).'/closed_by');
225+
}
226226
}

0 commit comments

Comments
 (0)