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

Update constructor usage of call_user_func_array #127

Merged
merged 1 commit into from
Aug 20, 2024

Conversation

andrewnicols
Copy link
Collaborator

Ignore phpcompat errors as they do not impact us in this case Also do not return the alue of the call_user_func_array, but return a void value.

Fixes #104

Ignore phpcompat errors as they do not impact us in this case
Also do not return the alue of the `call_user_func_array`, but return a
void value.

Fixes mtibben#104
@andrewnicols andrewnicols merged commit 3b443cb into mtibben:master Aug 20, 2024
13 checks passed
@andrewnicols andrewnicols deleted the correctConstructor branch August 20, 2024 02:43
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.

func_get_args(), no longer report the original value as passed to a parameter
1 participant