From a29e54630be2ea9b274324a952353309eb6cb31f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Mon, 9 Aug 2021 15:14:33 +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 | 1 + 1 file changed, 1 insertion(+) diff --git a/HttpServer/Http/Context.php b/HttpServer/Http/Context.php index 20872ad0..2bb46086 100644 --- a/HttpServer/Http/Context.php +++ b/HttpServer/Http/Context.php @@ -136,6 +136,7 @@ class Context extends BaseContext /** * @param $id * @param null $key + * @param null $coroutineId * @return bool */ public static function hasContext($id, $key = null, $coroutineId = null): bool