@@ -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(); |
@@ -65,7 +65,7 @@ discard block |
||
| 65 | 65 | } |
| 66 | 66 | |
| 67 | 67 | /** |
| 68 | - * @return \DevBoardLib\GithubCore\Repo\GithubRepo |
|
| 68 | + * @return m\MockInterface |
|
| 69 | 69 | */ |
| 70 | 70 | private function provideTestRepo() |
| 71 | 71 | { |
@@ -77,7 +77,7 @@ discard block |
||
| 77 | 77 | } |
| 78 | 78 | |
| 79 | 79 | /** |
| 80 | - * @return \DevBoardLib\GithubApiFacade\Auth\GithubAccessToken |
|
| 80 | + * @return m\MockInterface |
|
| 81 | 81 | */ |
| 82 | 82 | private function provideTestUser() |
| 83 | 83 | { |
@@ -20,7 +20,7 @@ discard block |
||
| 20 | 20 | } |
| 21 | 21 | |
| 22 | 22 | /** |
| 23 | - * @return \DevBoardLib\GithubCore\Repo\GithubRepo |
|
| 23 | + * @return m\MockInterface |
|
| 24 | 24 | */ |
| 25 | 25 | private function provideTestRepo() |
| 26 | 26 | { |
@@ -32,7 +32,7 @@ discard block |
||
| 32 | 32 | } |
| 33 | 33 | |
| 34 | 34 | /** |
| 35 | - * @return \DevBoardLib\GithubApiFacade\Auth\GithubAccessToken |
|
| 35 | + * @return m\MockInterface |
|
| 36 | 36 | */ |
| 37 | 37 | private function provideTestUser() |
| 38 | 38 | { |