Gush\Adapter\Adapter::getPullRequestCommits PHP Method

getPullRequestCommits() public method

Returned value must be an array with the following data per entry (values are by example). If a value is not supported null must be used instead. 'sha': '6dcb09b5b57875f334f61aebed695e2e4193db5e' 'message': 'Fix all the bugs' 'user': 'username'
public getPullRequestCommits ( integer $id ) : array[]
$id integer
return array[] [['sha1' => 'dcb09b5b57875f334f61aebed695e2e4193db5e', ...]]
    public function getPullRequestCommits($id);