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

Remove by-ref

This commit is contained in:
Matt Brown 2020-10-05 09:16:01 -04:00
parent ea47548dd0
commit bf98e5b30c

View File

@ -8,7 +8,7 @@ class BasePlugin implements Psalm\Plugin\Hook\AfterFunctionCallAnalysisInterface
\Psalm\Context $context,
\Psalm\StatementsSource $statements_source,
\Psalm\Codebase $codebase,
\Psalm\Type\Union &$return_type_candidate,
\Psalm\Type\Union $return_type_candidate,
array &$file_replacements
) {
}