Completed
Pull Request — master (#9)
by
unknown
04:10
created
src/QiniuAdapter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -405,7 +405,7 @@
 block discarded – undo
405 405
      */
406 406
     public function getUploadToken($key = null, $expires = 3600, $policy = null)
407 407
     {
408
-        return $this->getAuthManager()->uploadToken($this->bucket , $key , $expires , $policy);
408
+        return $this->getAuthManager()->uploadToken($this->bucket, $key, $expires, $policy);
409 409
     }
410 410
 
411 411
     /**
Please login to merge, or discard this patch.