mirror of
https://github.com/danog/psalm.git
synced 2025-01-22 05:41:20 +01:00
Merge pull request #8600 from kkmuffme/fix-wrong-phpversion-id
fix wrong php version id in $_FILES
This commit is contained in:
commit
4025ce7a30
@ -760,7 +760,7 @@ class VariableFetchAnalyzer
|
||||
]),
|
||||
];
|
||||
|
||||
if ($codebase_analysis_php_version_id >= 81000) {
|
||||
if ($codebase_analysis_php_version_id >= 80100) {
|
||||
$values['full_path'] = new Union([
|
||||
new TString(),
|
||||
new TNonEmptyList(Type::getString()),
|
||||
|
Loading…
x
Reference in New Issue
Block a user