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:
parent
20d4831f67
commit
53b81ac2e1
@ -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
|
||||
);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user