This repository was archived by the owner on Jan 29, 2020. It is now read-only.
This repository was archived by the owner on Jan 29, 2020. It is now read-only.
ParameterGenerator
always fails with variadic parameters #6
Open
Description
The ParameterGenerator
always considers ReflectionParameter#isOptional()
when checking for default parameter values.
A variadic argument is, though, always optional and never has a default value.