Skip to content

Commit

Permalink
fix docs to match example
Browse files Browse the repository at this point in the history
  • Loading branch information
kkmuffme committed Oct 10, 2022
1 parent 1e6019d commit 0da493b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,7 @@ public static function getGlobalType(string $var_id, int $codebase_analysis_php_
// by default $_FILES is an empty array
$default_type = new TArray([Type::getNever(), Type::getNever()]);

// ideally we would have 3 separate arrays with distinct types, but that isn't possible with psalm atm
// ideally we would have 4 separate arrays with distinct types, but that isn't possible with psalm atm
return TypeCombiner::combine([$default_type, $type, $named_type]);
}

Expand Down

0 comments on commit 0da493b

Please sign in to comment.