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

Store reflected variadic function parameters

This commit is contained in:
Matthew Brown 2017-03-19 18:31:19 -04:00
parent d69ff4e16e
commit fc4a72d905

View File

@ -1475,7 +1475,8 @@ abstract class FunctionLikeChecker extends SourceChecker implements StatementsSo
$param_type,
null,
$is_optional,
$is_nullable
$is_nullable,
$param->isVariadic()
);
}