Skip to content

Commit a8747ac

Browse files
authored
PHPDoc: fix return type in ReviewRequest::remove()
1 parent 3d40ebb commit a8747ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Github/Api/PullRequest/ReviewRequest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public function create($username, $repository, $pullRequest, array $reviewers =
6363
* @param array $reviewers
6464
* @param array $teamReviewers
6565
*
66-
* @return string
66+
* @return array
6767
*/
6868
public function remove($username, $repository, $pullRequest, array $reviewers = [], array $teamReviewers = [])
6969
{

0 commit comments

Comments
 (0)