misc: phan 경고 수준을 CRITICAL로
- General 클래스 호환용도로는 이정도로 충분
This commit is contained in:
+1
-1
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user