From 389c19386ba4b1739dac9be8c152fd5551641b27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Thu, 10 Sep 2020 15:56:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- System/Abstracts/BaseGoto.php | 1 + 1 file changed, 1 insertion(+) diff --git a/System/Abstracts/BaseGoto.php b/System/Abstracts/BaseGoto.php index bb616111..256f4fdb 100644 --- a/System/Abstracts/BaseGoto.php +++ b/System/Abstracts/BaseGoto.php @@ -17,6 +17,7 @@ class BaseGoto extends Component /** * @param $message * @param int $statusCode + * @return mixed|void * @throws Exception */ public function end($message, $statusCode = 200)