From 4ef32f3efc1d55287b8a1807a94d7f90c6d90831 Mon Sep 17 00:00:00 2001 From: Yagami <976204163@qq.com> Date: Mon, 28 Dec 2020 13:42:11 +0800 Subject: [PATCH] * Add comment. --- module/my/control.php | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/module/my/control.php b/module/my/control.php index 490bca9afb..92cd4a1029 100644 --- a/module/my/control.php +++ b/module/my/control.php @@ -520,7 +520,12 @@ class my extends control * My issues. * * @access public - * @return void + * @param string $type + * @param string $orderBy + * @param int $recTotal + * @param int $recPerPage + * @param int $pageID + * @return void */ public function issue($type = 'assignedTo', $orderBy = 'id_desc', $recTotal = 0, $recPerPage = 20, $pageID = 1) { @@ -543,6 +548,11 @@ class my extends control * My risks. * * @access public + * @param string $type + * @param string $orderBy + * @param int $recTotal + * @param int $recPerPage + * @param int $pageID * @return void */ public function risk($type = 'assignedTo', $orderBy = 'id_desc', $recTotal = 0, $recPerPage = 20, $pageID = 1)