From 53d1454d165a9b16c19d1a0630eaf1be7075c317 Mon Sep 17 00:00:00 2001 From: holan20180123 <56391770@qq.com> Date: Tue, 2 Mar 2021 09:46:40 +0800 Subject: [PATCH] * Finish task #36250. --- module/tree/control.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/module/tree/control.php b/module/tree/control.php index e0120056a0..16d5fe17e9 100644 --- a/module/tree/control.php +++ b/module/tree/control.php @@ -16,9 +16,11 @@ class tree extends control /** * Module browse. * - * @param int $rootID + * @param int $rootID * @param string $viewType story|bug|case|doc - * @param int $currentModuleID + * @param int $currentModuleID + * @param int $branch + * @param string $from * @access public * @return void */