Incorrect class name on Documentation for "Commits"

Issue #35 resolved
Josh Freeman (PV) created an issue

On this page: http://gentlero.bitbucket.org/bitbucket-api/examples/repositories/commits.html

The Documentation states $commits = new Bitbucket\API\Repositories\PullRequests();

It should be $commits = new Bitbucket\API\Repositories\Commits();

Comments (3)

  1. Alexandru Guzinschi

    [DOCS] Fixed wrong class name in examples/repositories/commits

    $commits = new Bitbucket\API\Repositories\Commits();

    instead of

    $commits = new Bitbucket\API\Repositories\PullRequests();

    Fixes #35

    → <<cset 48ada3bc699e>>

  2. Log in to comment