misc: phan 경고 수준을 CRITICAL로

- General 클래스 호환용도로는 이정도로 충분
This commit is contained in:
2023-08-01 16:28:28 +00:00
parent 07035b5a12
commit 982ce86ad8
+1 -1
View File
@@ -18,7 +18,7 @@ return [
"target_php_version" => '8.1', "target_php_version" => '8.1',
"minimum_target_php_version" => '8.1', "minimum_target_php_version" => '8.1',
'backward_compatibility_checks ' => true, 'backward_compatibility_checks ' => true,
'minimum_severity' => \Phan\Issue::SEVERITY_NORMAL, 'minimum_severity' => \Phan\Issue::SEVERITY_CRITICAL,
'file_list' => [ 'file_list' => [
'f_config/config.php', 'f_config/config.php',