Skip to content

Commit efb8c4a

Browse files
committed
Line exceeds 120 characters
1 parent 4a83663 commit efb8c4a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/Qiniu/Storage/BucketManager.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,9 +187,10 @@ public function listFiles($bucket, $prefix = null, $marker = null, $limit = 1000
187187
* @param $bucket 空间名
188188
* @param $name 规则名称 bucket 内唯一,长度小于50,不能为空,只能为字母、数字、下划线
189189
* @param $prefix 同一个 bucket 里面前缀不能重复
190-
* @param $delete_after_days 指定上传文件多少天后删除,指定为0表示不删除,大于0表示多少天后删除,需大于 to_line_after_days
191-
* @param $to_line_after_days 指定文件上传多少天后转低频存储。指定为0表示不转低频存储,小于0表示上传的文件立即变低频存储
192-
*
190+
* @param $delete_after_days 指定上传文件多少天后删除,指定为0表示不删除,大于0表示多少天后删除,
191+
* 需大于 to_line_after_days
192+
* @param $to_line_after_days 指定文件上传多少天后转低频存储。指定为0表示不转低频存储,
193+
* 小于0表示上传的文件立即变低频存储
193194
* @return mixed 成功返回NULL,失败返回对象Qiniu\Http\Error
194195
*/
195196
public function bucketLifecycleRule($bucket, $name, $prefix, $delete_after_days, $to_line_after_days)

0 commit comments

Comments
 (0)