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');