Passed
Push — master ( 7a4e57...49b2cd )
by Luo
40s queued 10s
created
src/OssAdapter.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -120,7 +120,7 @@  discard block
 block discarded – undo
120 120
      *
121 121
      * @throws \Exception
122 122
      */
123
-    public function signatureConfig($prefix = '', $callBackUrl = null, $expire = 30,  $contentLengthRangeValue = 1048576000)
123
+    public function signatureConfig($prefix = '', $callBackUrl = null, $expire = 30, $contentLengthRangeValue = 1048576000)
124 124
     {
125 125
         if (!empty($prefix)) {
126 126
             $prefix = ltrim($prefix, '/');
@@ -169,7 +169,7 @@  discard block
 block discarded – undo
169 169
         $response['signature'] = $signature;
170 170
         $response['expire'] = $end;
171 171
         $response['callback'] = $base64_callback_body;
172
-        $response['dir'] = $prefix;  // 这个参数是设置用户上传文件时指定的前缀。
172
+        $response['dir'] = $prefix; // 这个参数是设置用户上传文件时指定的前缀。
173 173
 
174 174
         return json_encode($response);
175 175
     }
Please login to merge, or discard this patch.