From 788d5a524b1e33a1d9e160d5d8884d9e13459573 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Thu, 18 Mar 2021 17:57:11 +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 --- HttpServer/Http/Context.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HttpServer/Http/Context.php b/HttpServer/Http/Context.php index 480cd8a6..32b2014d 100644 --- a/HttpServer/Http/Context.php +++ b/HttpServer/Http/Context.php @@ -38,7 +38,7 @@ class Context extends BaseContext * @param null $key * @return array */ - private static function setStatic($id, $context, $key = null): array + private static function setStatic($id, $context, $key = null): mixed { if (empty($key)) { return static::$_contents[$id] = $context;