-
-
Notifications
You must be signed in to change notification settings - Fork 328
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
fix static constructor support #301
Conversation
5b1f62f
to
952eb59
Compare
952eb59
to
699b71b
Compare
@Seldaek any chance of a quick review Jordi? |
@bendavies Makes sense to me - two things:
Thanks for this! |
699b71b
to
24e6704
Compare
@tshelburne I've made this into two commits to make it a bit more obvious.
Thanks. |
fix static constructor support
@bendavies Thanks for this! |
@tshelburne no problem. thanks for the merge! |
@tshelburne any chance of a tag? |
@bendavies Done. Thanks again. |
Cheers On Mon, 4 Jan 2016, 18:49 Tim Shelburne [email protected] wrote:
|
There is a limitation/bug in the support for static constructors, in that the static constructor required arguments needed to match the
__construct
method.This PR fixes that use case.