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

Fix pass-by-ref

This commit is contained in:
Matt Brown 2017-05-10 14:05:26 -04:00
parent 20d4831f67
commit 53b81ac2e1

View File

@ -412,6 +412,7 @@ abstract class FunctionLikeChecker extends SourceChecker implements StatementsSo
$closure_return_types = EffectsAnalyser::getReturnTypes(
$this->function->stmts,
$closure_yield_types,
$ignore_nullable_issues,
true
);