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 1b7baed commit 48ada3bCopy full SHA for 48ada3b
docs/examples/repositories/commits.md
@@ -11,7 +11,7 @@ Retrieve and compare information about commits.
11
### Prepare:
12
13
```php
14
-$commits = new Bitbucket\API\Repositories\PullRequests();
+$commits = new Bitbucket\API\Repositories\Commits();
15
$commits->setCredentials( new Bitbucket\API\Authentication\Basic($bb_user, $bb_pass) );
16
```
17
0 commit comments