Completed
Pull Request — master (#208)
by
unknown
23:20 queued 21:26
created
src/Qiniu/Cdn/CdnManager.php 2 patches
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -34,6 +34,10 @@
 block discarded – undo
34 34
     	return $this->post(Config::FUSION_HOST . '/v2/tune/log/list', $body);
35 35
     }
36 36
 
37
+    /**
38
+     * @param string $url
39
+     * @param string $body
40
+     */
37 41
     private function post($url, $body)
38 42
     {
39 43
         $headers = $this->auth->authorization($url, $body, 'application/json');
Please login to merge, or discard this patch.
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,8 +3,8 @@
 block discarded – undo
3 3
 namespace Qiniu\Cdn;
4 4
 
5 5
 use Qiniu\Auth;
6
-use Qiniu\Http\Error;
7 6
 use Qiniu\Http\Client;
7
+use Qiniu\Http\Error;
8 8
 
9 9
 final Class CdnManager {
10 10
 
Please login to merge, or discard this patch.