@@ -65,6 +65,9 @@ |
||
65 | 65 | return $this->client->api('issues'); |
66 | 66 | } |
67 | 67 | |
68 | + /** |
|
69 | + * @return \Github\Api\ApiInterface |
|
70 | + */ |
|
68 | 71 | private function getMilestonesApi() |
69 | 72 | { |
70 | 73 | return $this->getIssueApi()->milestones(); |