Completed
Push — master ( e990bc...0db490 )
by Taosikai
13:48
created
src/Client.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -275,6 +275,10 @@
 block discarded – undo
275 275
         ]);
276 276
     }
277 277
 
278
+    /**
279
+     * @param string $method
280
+     * @param string $resource
281
+     */
278 282
     protected function doRequest($method, $resource, $options = [])
279 283
     {
280 284
         $request = new Request($method, $this->buildUrl($resource), [
Please login to merge, or discard this patch.