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

Add missing arg to static call hook

This commit is contained in:
Matthew Brown 2018-11-22 00:25:38 -05:00
parent 8d488345ce
commit 68af217892
2 changed files with 2 additions and 0 deletions

View File

@ -753,6 +753,7 @@ class MethodCallAnalyzer extends \Psalm\Internal\Analyzer\Statements\Expression\
$declaring_method_id,
$context,
$source,
$codebase,
$file_manipulations,
$return_type_candidate
);

View File

@ -541,6 +541,7 @@ class StaticCallAnalyzer extends \Psalm\Internal\Analyzer\Statements\Expression\
$declaring_method_id,
$context,
$source,
$codebase,
$file_manipulations,
$return_type_candidate
);