Completed
Pull Request — master (#11)
by Miro
06:57
created
tests/Repo/RepoFacadeFactoryTest.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
tests/Repo/PaginatedKnpLabsRepoFacadeTest.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
src/Repo/PaginatedKnpLabsRepoFacade.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -135,7 +135,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
      */
Please login to merge, or discard this patch.
tests/User/PaginatedKnpLabsUserFacadeTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
42 42
     }
43 43
 
44 44
     /**
45
-     * @return \DevBoardLib\GithubApiFacade\Auth\GithubAccessToken
45
+     * @return m\MockInterface
46 46
      */
47 47
     private function provideTestUser()
48 48
     {
Please login to merge, or discard this patch.
tests/User/UserFacadeFactoryTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
     }
22 22
 
23 23
     /**
24
-     * @return \DevBoardLib\GithubApiFacade\Auth\GithubAccessToken
24
+     * @return m\MockInterface
25 25
      */
26 26
     private function provideTestUser()
27 27
     {
Please login to merge, or discard this patch.