misc: phan setting
This commit is contained in:
+2
-3
@@ -15,9 +15,8 @@ return [
|
|||||||
// Note that the **only** effect of choosing `'5.6'` is to infer
|
// Note that the **only** effect of choosing `'5.6'` is to infer
|
||||||
// that functions removed in php 7.0 exist.
|
// that functions removed in php 7.0 exist.
|
||||||
// (See `backward_compatibility_checks` for additional options)
|
// (See `backward_compatibility_checks` for additional options)
|
||||||
"target_php_version" => '8.1',
|
"target_php_version" => '8.2',
|
||||||
"minimum_target_php_version" => '8.1',
|
"minimum_target_php_version" => '8.2',
|
||||||
'backward_compatibility_checks ' => true,
|
|
||||||
'minimum_severity' => \Phan\Issue::SEVERITY_CRITICAL,
|
'minimum_severity' => \Phan\Issue::SEVERITY_CRITICAL,
|
||||||
|
|
||||||
'file_list' => [
|
'file_list' => [
|
||||||
|
|||||||
Reference in New Issue
Block a user