Completed
Push — master ( ae399a...84a10b )
by Miro
08:36 queued 06:14
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.