From 85322f4ae1d207b0229531cb4105c8a250f48eb9 Mon Sep 17 00:00:00 2001 From: tianshujie Date: Wed, 11 Sep 2024 14:48:06 +0800 Subject: [PATCH] * [refac] modify comment. --- framework/helper.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/framework/helper.class.php b/framework/helper.class.php index 8b7fec6e45..2700d57796 100644 --- a/framework/helper.class.php +++ b/framework/helper.class.php @@ -417,8 +417,8 @@ class helper extends baseHelper /** * 检查条件是否成立。 * - * @param mix $value1 - * @param mix $value2 + * @param mixed $value1 + * @param mixed $value2 * @param string $operator * @static * @access public