mirror of
https://github.com/danog/psalm.git
synced 2025-01-22 05:41:20 +01:00
Add missing arg to static call hook
This commit is contained in:
parent
8d488345ce
commit
68af217892
@ -753,6 +753,7 @@ class MethodCallAnalyzer extends \Psalm\Internal\Analyzer\Statements\Expression\
|
||||
$declaring_method_id,
|
||||
$context,
|
||||
$source,
|
||||
$codebase,
|
||||
$file_manipulations,
|
||||
$return_type_candidate
|
||||
);
|
||||
|
@ -541,6 +541,7 @@ class StaticCallAnalyzer extends \Psalm\Internal\Analyzer\Statements\Expression\
|
||||
$declaring_method_id,
|
||||
$context,
|
||||
$source,
|
||||
$codebase,
|
||||
$file_manipulations,
|
||||
$return_type_candidate
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user