1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-21 21:31:13 +01:00

Remove default

This commit is contained in:
Matthew Brown 2020-02-27 21:54:19 -05:00
parent c565afde64
commit 39d6800531

View File

@ -446,7 +446,7 @@ class MethodCallAnalyzer extends \Psalm\Internal\Analyzer\Statements\Expression\
Context $context,
Type\Atomic $lhs_type_part,
?Type\Atomic $static_type,
bool $is_intersection = false,
bool $is_intersection,
$lhs_var_id,
&$return_type,
&$returns_by_ref,