Completed
Push — master ( dcc89d...8f486f )
by Miro
07:52
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.
src/Repo/PaginatedKnpLabsRepoFacade.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -128,7 +128,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
      */
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.
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.