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)