Completed
Push — master ( 8f378a...60faec )
by recca
01:54
created
src/Api.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -54,10 +54,9 @@
 block discarded – undo
54 54
 
55 55
     /**
56 56
      * @param string $method
57
-     * @param array $fields
58 57
      * @param string $type
59 58
      * @param bool $isJson
60
-     * @return array
59
+     * @return string
61 60
      */
62 61
     protected function doRequest($method, $params, $type = 'cancel', $isJson = true)
63 62
     {
Please login to merge, or discard this patch.