From e3779a1f05c1b28b5bc4ba6932bc48ad7a0f7282 Mon Sep 17 00:00:00 2001 From: F4nniu Date: Sat, 22 Jul 2023 23:52:07 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A9=20IDE=20=E6=8F=90=E7=A4=BA=E5=8F=8B?= =?UTF-8?q?=E5=A5=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit dd63aa594805a3363a2d5f0c66948c9b62f9f9b9) --- application/common.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/common.php b/application/common.php index e51f8626..13c9cf0c 100755 --- a/application/common.php +++ b/application/common.php @@ -10,7 +10,7 @@ if (!function_exists('__')) { /** * 获取语言变量值 * @param string $name 语言变量名 - * @param array $vars 动态变量值 + * @param string | array $vars 动态变量值 * @param string $lang 语言 * @return mixed */