From 96992e9f7b39b38c5078a725995f58cee6570f13 Mon Sep 17 00:00:00 2001 From: yunwuxin <448901948@qq.com> Date: Wed, 1 Jun 2016 16:33:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/think/Hook.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/think/Hook.php b/library/think/Hook.php index 838ab100..0a1fe9e4 100644 --- a/library/think/Hook.php +++ b/library/think/Hook.php @@ -92,7 +92,7 @@ class Hook * @param mixed $params 传入参数 * @param mixed $extra 额外参数 * @param bool $once 只获取一个有效返回值 - * @return bool|mixed|void + * @return mixed */ public static function listen($tag, &$params = null, $extra = null, $once = false) {