Skip to content

Commit

Permalink
fix wrong php version id in $_FILES
Browse files Browse the repository at this point in the history
  • Loading branch information
kkmuffme committed Oct 17, 2022
1 parent 9218017 commit 41fbb14
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -760,7 +760,7 @@ public static function getGlobalType(string $var_id, int $codebase_analysis_php_
]),
];

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()),
Expand Down

0 comments on commit 41fbb14

Please sign in to comment.