File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments