We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a894797 commit 795585cCopy full SHA for 795585c
lib/Bitbucket/API/Repositories/Changesets.php
@@ -34,7 +34,7 @@ class Changesets extends API\Api
34
public function all($account, $repo, $start = null, $limit = 15)
35
{
36
return $this->requestGet(
37
- sprintf('repositories/%s/%s/changesets', $account, $repo, $start, $limit),
+ sprintf('repositories/%s/%s/changesets', $account, $repo),
38
array(
39
'start' => $start,
40
'limit' => $limit
0 commit comments