From 0c7589d524a87150df2e99e437bd6e5b06af1b2a Mon Sep 17 00:00:00 2001 From: Hide_D Date: Fri, 5 Aug 2022 23:45:31 +0900 Subject: [PATCH] =?UTF-8?q?fix,misc:=20phan=20=EA=B2=80=EC=82=AC=20?= =?UTF-8?q?=EC=88=98=EC=A4=80=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 83fb674f..1daf4128 100644 --- a/.phan/config.php +++ b/.phan/config.php @@ -18,7 +18,7 @@ return [ "target_php_version" => '8.1', "minimum_target_php_version" => '8.1', 'backward_compatibility_checks ' => true, - 'minimum_severity' => \Phan\Issue::SEVERITY_CRITICAL, + 'minimum_severity' => \Phan\Issue::SEVERITY_NORMAL, 'file_list' => [ 'f_config/config.php',