From 815642bc247ca8c0cd5ef722f0509c0df750c077 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Tue, 27 Apr 2021 10:34:50 +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/Error/LoggerProcess.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/System/Error/LoggerProcess.php b/System/Error/LoggerProcess.php index 046f922d..9703670f 100644 --- a/System/Error/LoggerProcess.php +++ b/System/Error/LoggerProcess.php @@ -5,7 +5,6 @@ namespace Snowflake\Error; use Exception; -use HttpServer\Http\Context; use JetBrains\PhpStorm\Pure; use Snowflake\Core\Json; use Snowflake\Exception\ComponentException; @@ -22,6 +21,9 @@ class LoggerProcess extends Process { + /** + * @param \Swoole\Process $process + */ public function before(\Swoole\Process $process): void { // TODO: Implement before() method.