Completed
Push — master ( fe52e0...52ea7e )
by Andrii
04:42
created
src/controllers/GithubController.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -101,6 +101,10 @@
 block discarded – undo
101 101
         ]);
102 102
     }
103 103
 
104
+    /**
105
+     * @param string $method
106
+     * @param string $path
107
+     */
104 108
     public function request($method, $path, $data)
105 109
     {
106 110
         return $this->passthru('curl', ['-X', $method, '--data', Json::encode($data), 'https://api.github.com' . $path . '?access_token=' . $this->getToken()]);
Please login to merge, or discard this patch.