코드 수정

This commit is contained in:
2020-05-01 18:24:05 +09:00
parent 180b3c7c5d
commit 2220920afe
11 changed files with 63 additions and 157 deletions
+5 -2
View File
@@ -17,8 +17,7 @@ return [
// (See `backward_compatibility_checks` for additional options)
"target_php_version" => '8.0',
'backward_compatibility_checks ' => false,
'ignore_undeclared_variables_in_global_scope' => false,
'minimum_severity'=>\Phan\Issue::SEVERITY_CRITICAL,
'minimum_severity'=>\Phan\Issue::SEVERITY_NORMAL,
'file_list' => [
'f_config/config.php',
@@ -170,6 +169,10 @@ return [
'vendor/'
],
'suppress_issue_types' => [
'PhanUnreferencedUseNormal',
],
// A list of plugin files to execute.
// See https://github.com/phan/phan/tree/master/.phan/plugins for even more.
// (Pass these in as relative paths.