Completed
Pull Request — master (#5)
by Miro
02:04
created
src/Repo/PaginatedKnpLabsRepoFacade.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -65,6 +65,9 @@
 block discarded – undo
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();
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
@@ -65,7 +65,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
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.