Skip to content

Commit 87838df

Browse files
committed
Fix incorrect phpdoc
Fixes #1033
1 parent 3dd0832 commit 87838df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Github/Api/Repo.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@ public function subscribers($username, $repository, $page = 1)
626626
* @param string $head The head to merge. This can be a branch name or a commit SHA1.
627627
* @param string $message Commit message to use for the merge commit. If omitted, a default message will be used.
628628
*
629-
* @return array|null
629+
* @return array|string
630630
*/
631631
public function merge($username, $repository, $base, $head, $message = null)
632632
{

0 commit comments

Comments
 (0)