Skip to content

Commit

Permalink
minor #1034 Fix incorrect phpdoc (gemal)
Browse files Browse the repository at this point in the history
This PR was merged into the 3.4.x-dev branch.

Discussion
----------

Fixes #1033

Commits
-------

87838df Fix incorrect phpdoc
  • Loading branch information
acrobat authored Oct 27, 2021
2 parents 3dd0832 + 87838df commit 0349838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Github/Api/Repo.php
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@ public function subscribers($username, $repository, $page = 1)
* @param string $head The head to merge. This can be a branch name or a commit SHA1.
* @param string $message Commit message to use for the merge commit. If omitted, a default message will be used.
*
* @return array|null
* @return array|string
*/
public function merge($username, $repository, $base, $head, $message = null)
{
Expand Down

0 comments on commit 0349838

Please sign in to comment.