1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 04:45:20 +01:00

Attempted to avoid a psalm warning that was not accurate

This commit is contained in:
Mark McEver 2023-02-01 15:50:36 -06:00
parent b5781c34e8
commit 77ea545244

View File

@ -658,7 +658,7 @@ class FunctionCallReturnTypeFetcher
$stmt->getArgs(),
$node_location,
$function_call_node,
[...$removed_taints, ...$conditionally_removed_taints],
array_merge($removed_taints, $conditionally_removed_taints),
$added_taints,
);
}