phan 타겟 버전 변경
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ return [
|
|||||||
// If this is set to null,
|
// If this is set to null,
|
||||||
// then Phan assumes the PHP version which is closest to the minor version
|
// then Phan assumes the PHP version which is closest to the minor version
|
||||||
// of the php executable used to execute phan.
|
// of the php executable used to execute phan.
|
||||||
"target_php_version" => '7.0',
|
"target_php_version" => '7.2',
|
||||||
'backward_compatibility_checks ' => false,
|
'backward_compatibility_checks ' => false,
|
||||||
'ignore_undeclared_variables_in_global_scope' => false,
|
'ignore_undeclared_variables_in_global_scope' => false,
|
||||||
'minimum_severity'=>\Phan\Issue::SEVERITY_LOW,
|
'minimum_severity'=>\Phan\Issue::SEVERITY_LOW,
|
||||||
|
|||||||
Reference in New Issue
Block a user