Skip to content

Commit 628a749

Browse files
authored
PHPDoc: fix return type in Assignees::remove()
1 parent 6b3c7ea commit 628a749

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Github/Api/Issue/Assignees.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public function add($username, $repository, $issue, array $parameters)
7878
*
7979
* @throws MissingArgumentException
8080
*
81-
* @return string
81+
* @return array
8282
*/
8383
public function remove($username, $repository, $issue, array $parameters)
8484
{

0 commit comments

Comments
 (0)