From 3d5f249c1706ccdbe884a694e20218a91ac4d68c Mon Sep 17 00:00:00 2001 From: Hide_D Date: Thu, 3 Aug 2023 10:08:41 +0000 Subject: [PATCH] =?UTF-8?q?misc:=20Phan=20Severity=20=EB=B3=B5=EA=B5=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .phan/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.phan/config.php b/.phan/config.php index 6d7666c1..41e33801 100644 --- a/.phan/config.php +++ b/.phan/config.php @@ -17,7 +17,7 @@ return [ // (See `backward_compatibility_checks` for additional options) "target_php_version" => '8.2', "minimum_target_php_version" => '8.2', - 'minimum_severity' => \Phan\Issue::SEVERITY_CRITICAL, + 'minimum_severity' => \Phan\Issue::SEVERITY_NORMAL, 'file_list' => [ 'f_config/config.php',