mirror of
https://github.com/danog/psalm.git
synced 2024-11-26 20:34:47 +01:00
Attempted to avoid a psalm warning that was not accurate
This commit is contained in:
parent
b5781c34e8
commit
77ea545244
@ -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,
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user