Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] PhpGenerator: Added support for variadics (PHP 5.6 feature) #1414

Closed
wants to merge 1 commit into from

Conversation

Majkl578
Copy link
Contributor

Adds support for variadics which will arrive with 5.6.

@fprochazka
Copy link
Contributor

👍

1 similar comment
@Vrtak-CZ
Copy link
Contributor

👍

@enumag
Copy link
Contributor

enumag commented Feb 20, 2014

👍

@dg
Copy link
Member

dg commented Feb 20, 2014

setVariadic() for Parameter seems unnecessary, in the case of PHP generator.

@matej21
Copy link
Contributor

matej21 commented Feb 21, 2014

@dg: I think it could be used in generated factories (in the case there will be support for variadics in generated factories :))

@dg
Copy link
Member

dg commented Feb 22, 2014

@matej21 Method::setVariadic() is ok, just Parameter::setVariadic() seems unnecessary.

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

Successfully merging this pull request may close these issues.

None yet

7 participants