From c424e450cb0a1702ea8b88af36367ad8a942a490 Mon Sep 17 00:00:00 2001 From: zenggang Date: Wed, 24 Aug 2022 03:28:59 +0000 Subject: [PATCH] * Adjust code --- module/bug/model.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/module/bug/model.php b/module/bug/model.php index 723f68ff13..7638aee0ab 100644 --- a/module/bug/model.php +++ b/module/bug/model.php @@ -1994,7 +1994,8 @@ class bugModel extends model /** * get Product Bug Pairs * - * @param int $productID + * @param int $productID + * @param int|string $branch * @access public * @return void */