@@ -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 | { |
@@ -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 | { |
@@ -135,7 +135,7 @@ discard block |
||
135 | 135 | /** |
136 | 136 | * Fetches GithubCommit status. |
137 | 137 | * |
138 | - * @param $commitSha |
|
138 | + * @param string $commitSha |
|
139 | 139 | * |
140 | 140 | * @return array |
141 | 141 | */ |
@@ -152,7 +152,7 @@ discard block |
||
152 | 152 | /** |
153 | 153 | * Fetches list of GithubCommit statuses. |
154 | 154 | * |
155 | - * @param $commitSha |
|
155 | + * @param string $commitSha |
|
156 | 156 | * |
157 | 157 | * @return array |
158 | 158 | */ |