From e1687ed535e2290f7488e010b0f18f76a5d40d3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Mon, 6 Feb 2023 12:05:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Context.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Context.php b/Context.php index bdb136b..88c79a8 100644 --- a/Context.php +++ b/Context.php @@ -11,7 +11,10 @@ use Swoole\Coroutine; */ class Context { - + + /** + * @var array + */ protected static array $_contents = [];