Skip to content

Commit 3d40ebb

Browse files
authored
PHPDoc: fix return type in Assignees::add()
1 parent 628a749 commit 3d40ebb

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
@@ -51,7 +51,7 @@ public function check($username, $repository, $assignee)
5151
* @throws InvalidArgumentException
5252
* @throws MissingArgumentException
5353
*
54-
* @return string
54+
* @return array
5555
*/
5656
public function add($username, $repository, $issue, array $parameters)
5757
{

0 commit comments

Comments
 (0)