From 354013fa41d6476bc30a555b0fb18ac9b940621e Mon Sep 17 00:00:00 2001 From: "as2252258@163.com" Date: Sun, 25 Sep 2022 04:38:27 +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/Config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiri-engine/Abstracts/Config.php b/kiri-engine/Abstracts/Config.php index 6904a0b1..7b5c1d43 100644 --- a/kiri-engine/Abstracts/Config.php +++ b/kiri-engine/Abstracts/Config.php @@ -60,7 +60,7 @@ class Config extends Component * @param bool $try * @param mixed|null $default * @return mixed - * @throws ConfigException + * @throws */ public static function get($key, mixed $default = null, bool $try = FALSE): mixed {