Skip to content

Commit 0de3d78

Browse files
committed
Make parameter required
1 parent 06e6c9b commit 0de3d78

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
@@ -546,7 +546,7 @@ public function branches($username, $repository, $branch = null, array $paramete
546546
*
547547
* @return array|string
548548
*/
549-
public function mergeUpstream($username, $repository, $branchName = 'main')
549+
public function mergeUpstream($username, $repository, $branchName)
550550
{
551551
return $this->post(
552552
'/repos/'.rawurlencode($username).'/'.rawurlencode($repository).'/merge-upstream',

0 commit comments

Comments
 (0)