From 334ee8c767476106442e60e597ef8809b514b54e Mon Sep 17 00:00:00 2001 From: liugang Date: Thu, 14 Sep 2023 15:52:18 +0800 Subject: [PATCH] * testtask: modify the comments of class member variables. --- module/testtask/control.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/module/testtask/control.php b/module/testtask/control.php index 14e4e874bf..9afcdb7d7f 100644 --- a/module/testtask/control.php +++ b/module/testtask/control.php @@ -12,7 +12,8 @@ class testtask extends control { /** - * All products. + * 产品键值对。 + * Product key-value pairs. * * @var array * @access public @@ -20,6 +21,7 @@ class testtask extends control public $products = array(); /** + * 项目 ID。 * Project id. * * @var int