@@ -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 | { |
@@ -128,7 +128,7 @@ discard block |
||
128 | 128 | /** |
129 | 129 | * Fetches GithubCommit status. |
130 | 130 | * |
131 | - * @param $commitSha |
|
131 | + * @param string $commitSha |
|
132 | 132 | * |
133 | 133 | * @return array |
134 | 134 | */ |
@@ -145,7 +145,7 @@ discard block |
||
145 | 145 | /** |
146 | 146 | * Fetches list of GithubCommit statuses. |
147 | 147 | * |
148 | - * @param $commitSha |
|
148 | + * @param string $commitSha |
|
149 | 149 | * |
150 | 150 | * @return array |
151 | 151 | */ |
@@ -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 | { |