Skip to content

Commit 31e0bcd

Browse files
committed
fixed DocBlock in 'addComment' method
1 parent 493434b commit 31e0bcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Gitlab/Api/MergeRequests.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ public function showComments($project_id, $mr_id)
179179
/**
180180
* @param int $project_id
181181
* @param int $mr_id
182-
* @param int $note
182+
* @param string $note
183183
* @return mixed
184184
*/
185185
public function addComment($project_id, $mr_id, $note)

0 commit comments

Comments
 (0)