From ffb7d667362a2112ff22e7474fa3e8590a0721df Mon Sep 17 00:00:00 2001 From: qixinzhi Date: Mon, 8 Jul 2024 03:50:25 +0000 Subject: [PATCH] * [misc] add comment. --- module/install/zen.php | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/module/install/zen.php b/module/install/zen.php index b2e5ab3b96..e707f0ebef 100644 --- a/module/install/zen.php +++ b/module/install/zen.php @@ -282,7 +282,16 @@ class installZen extends install return $downloadDuckdb && $downloadExtension ? 'ok' : 'fail'; } - protected function updateDownloadingTagFile($type = 'file', $action = 'create'): string + /** + * 更新tab文件下载状态。 + * Update downloading tab file status. + * + * @param string $type + * @param string $action + * @access protected + * @return string + */ + protected function updateDownloadingTagFile(string $type = 'file', string $action = 'create'): string { $this->loadModel('bi');