From 982ce86ad814019f8e7722c1a03325e06dd45c2c Mon Sep 17 00:00:00 2001 From: Hide_D Date: Sat, 29 Jul 2023 18:25:45 +0000 Subject: [PATCH] =?UTF-8?q?misc:=20phan=20=EA=B2=BD=EA=B3=A0=20=EC=88=98?= =?UTF-8?q?=EC=A4=80=EC=9D=84=20CRITICAL=EB=A1=9C=20-=20General=20?= =?UTF-8?q?=ED=81=B4=EB=9E=98=EC=8A=A4=20=ED=98=B8=ED=99=98=EC=9A=A9?= =?UTF-8?q?=EB=8F=84=EB=A1=9C=EB=8A=94=20=EC=9D=B4=EC=A0=95=EB=8F=84?= =?UTF-8?q?=EB=A1=9C=20=EC=B6=A9=EB=B6=84?= 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 4f979335..935a411f 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_NORMAL, + 'minimum_severity' => \Phan\Issue::SEVERITY_CRITICAL, 'file_list' => [ 'f_config/config.php',