Skip to content

Conversation

TysonAndre
Copy link
Contributor

Fix arginfo for ReflectionClass::newInstance(), ReflectionFunction::invoke(), and ReflectionMethod::invoke()

E.g. var_export((new ReflectionMethod('ReflectionFunction', 'invoke'))->getParameters()[0]->isVariadic()); would previously output false. I expect it to output true

@carusogabriel
Copy link
Contributor

@TysonAndre See #2492

@nikic
Copy link
Member

nikic commented Aug 13, 2018

We already made this change in the past and had to revert due to the BC break. This will have to wait until the next major version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants