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:
parent
ea47548dd0
commit
bf98e5b30c
2
tests/fixtures/stubs/base_plugin.php
vendored
2
tests/fixtures/stubs/base_plugin.php
vendored
@ -8,7 +8,7 @@ class BasePlugin implements Psalm\Plugin\Hook\AfterFunctionCallAnalysisInterface
|
|||||||
\Psalm\Context $context,
|
\Psalm\Context $context,
|
||||||
\Psalm\StatementsSource $statements_source,
|
\Psalm\StatementsSource $statements_source,
|
||||||
\Psalm\Codebase $codebase,
|
\Psalm\Codebase $codebase,
|
||||||
\Psalm\Type\Union &$return_type_candidate,
|
\Psalm\Type\Union $return_type_candidate,
|
||||||
array &$file_replacements
|
array &$file_replacements
|
||||||
) {
|
) {
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user