Completed
Push — master ( a1acae...da50b2 )
by Andrii
15:34
created
src/controllers/GithubController.php 1 patch
Doc Comments   +5 added lines, -1 removed lines patch added patch discarded remove patch
@@ -120,7 +120,7 @@  discard block
 block discarded – undo
120 120
     /**
121 121
      * Checks if repo exists.
122 122
      * @param string $repo full name vendor/package defaults to this repo name
123
-     * @return int exit code
123
+     * @return boolean exit code
124 124
      */
125 125
     public function actionExists($repo = null)
126 126
     {
@@ -168,6 +168,10 @@  discard block
 block discarded – undo
168 168
         return 0;
169 169
     }
170 170
 
171
+    /**
172
+     * @param string $method
173
+     * @param string $path
174
+     */
171 175
     public function request($method, $path, $data)
172 176
     {
173 177
         $url = 'https://api.github.com' . $path;
Please login to merge, or discard this patch.