Completed
Push — master ( e02390...e905c8 )
by Taosikai
27:59 queued 12:59
created
src/Requestor.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -149,6 +149,10 @@
 block discarded – undo
149 149
         return $trade;
150 150
     }
151 151
 
152
+    /**
153
+     * @param string $method
154
+     * @param string $uri
155
+     */
152 156
     protected static function setRequest($method, $uri, $parameters)
153 157
     {
154 158
         $token = static::getAccessToken();
Please login to merge, or discard this patch.