Gush\Adapter\Adapter::getPullRequests PHP Method

getPullRequests() public method

Gets the pull-requests.
public getPullRequests ( string $state = null, integer $limit = 30 ) : array[]
$state string Only get pull-requests with this state (use getPullRequestStates() for supported states)
$limit integer
return array[] An array where each entry has the same structure as described in getPullRequest()
    public function getPullRequests($state = null, $limit = 30);