Skip to content

Commit 0349838

Browse files
authored
minor KnpLabs#1034 Fix incorrect phpdoc (gemal)
This PR was merged into the 3.4.x-dev branch. Discussion ---------- Fixes KnpLabs#1033 Commits ------- 87838df Fix incorrect phpdoc
2 parents 3dd0832 + 87838df commit 0349838

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Github/Api/Repo.php

+1-1
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)