This commit is contained in:
zhouxudong
2022-04-13 11:07:22 +08:00
parent 37337bdb68
commit dcdbf60bdf
4 changed files with 22 additions and 20 deletions
+6 -6
View File
@@ -1558,12 +1558,12 @@ class bugModel extends model
/**
* Get bug pairs of a user.
*
* @param int $account
* @param bool $appendProduct
* @param int $limit
* @param array $skipProductIDList
* @param array $skipExecutionIDList
* @param int|array $appendBugID
* @param int $account
* @param bool $appendProduct
* @param int $limit
* @param array $skipProductIDList
* @param array $skipExecutionIDList
* @param int|array $appendBugID
* @access public
* @return array
*/