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:
parent
d69ff4e16e
commit
fc4a72d905
@ -1475,7 +1475,8 @@ abstract class FunctionLikeChecker extends SourceChecker implements StatementsSo
|
||||
$param_type,
|
||||
null,
|
||||
$is_optional,
|
||||
$is_nullable
|
||||
$is_nullable,
|
||||
$param->isVariadic()
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user