From e7c4ba752b991a9ad77c2d941772020416319705 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Sat, 22 Apr 2023 02:28:26 +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 --- kiri-engine/Abstracts/Logger.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiri-engine/Abstracts/Logger.php b/kiri-engine/Abstracts/Logger.php index f6fd6374..2a7eabfb 100644 --- a/kiri-engine/Abstracts/Logger.php +++ b/kiri-engine/Abstracts/Logger.php @@ -18,7 +18,7 @@ use Symfony\Component\Console\Output\OutputInterface; * @method static _alert(string $message, array $context = []) * @method static _critical(string $message, array $context = []) * @method static _error(string $message, array $context = []) - * @method static _waring(string $message, array $context = []) + * @method static _warning(string $message, array $context = []) * @method static _notice(string $message, array $context = []) * @method static _info(string $message, array $context = []) * @method static _debug(string $message, array $context = [])