From 813b3949457d9d5041d3836239552ee4eb0b9ad0 Mon Sep 17 00:00:00 2001 From: dongww Date: Wed, 16 Dec 2015 19:01:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E6=96=87=E6=A1=A3=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/think/config/driver/DriverInterface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/think/config/driver/DriverInterface.php b/library/think/config/driver/DriverInterface.php index 1147ee82..05da4bca 100644 --- a/library/think/config/driver/DriverInterface.php +++ b/library/think/config/driver/DriverInterface.php @@ -19,7 +19,7 @@ namespace think\config\driver; interface DriverInterface { /** - * 解析配置文件或内容,并以字符串形式返回 + * 解析配置文件或内容,并以数组形式返回 * * @param string $config 配置文件路径或字符串 *