From cb0bbddd22c80f9667cdcb604e7ff6e763225e14 Mon Sep 17 00:00:00 2001 From: liugang Date: Mon, 15 May 2023 10:00:16 +0800 Subject: [PATCH] * Fix syntax error in comment message. --- module/bug/control.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/bug/control.php b/module/bug/control.php index 3fd06878c8..d41efda7aa 100755 --- a/module/bug/control.php +++ b/module/bug/control.php @@ -182,7 +182,7 @@ class bug extends control * * @param string $productID * @param string $branch - * @param string $extras others params, forexample, executionID=10,moduleID=10 + * @param string $extras Other params, for example, executionID=10,moduleID=10. * @access public * @return void */