Completed
Pull Request — master (#16)
by frey
06:34
created
src/Client/Cosapi.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -200,6 +200,8 @@  discard block
 block discarded – undo
200 200
 
201 201
     /**
202 202
      * @param string $authority
203
+     * @param string $bucketName
204
+     * @param string $path
203 205
      */
204 206
     public static function update($bucketName, $path,
205 207
                     $bizAttr = null, $authority = null, $customer_headers_array = null)
@@ -630,6 +632,10 @@  discard block
 block discarded – undo
630 632
      * 'Content-Language' => '*'
631 633
      * 'x-cos-meta-自定义内容' => '*'
632 634
      */
635
+
636
+    /**
637
+     * @param string $authority
638
+     */
633 639
     private static function updateBase($bucketName, $path,
634 640
                     $bizAttr = null, $authority = null, $custom_headers_array = null)
635 641
     {
Please login to merge, or discard this patch.