phan 타겟 버전 변경

This commit is contained in:
2018-09-15 02:52:40 +09:00
parent 5a70b23db9
commit f5bcaba352
+1 -1
View File
@@ -11,7 +11,7 @@ return [
// If this is set to null,
// then Phan assumes the PHP version which is closest to the minor version
// of the php executable used to execute phan.
"target_php_version" => '7.0',
"target_php_version" => '7.2',
'backward_compatibility_checks ' => false,
'ignore_undeclared_variables_in_global_scope' => false,
'minimum_severity'=>\Phan\Issue::SEVERITY_LOW,