Skip to content

Conversation

@sdwire
Copy link

@sdwire sdwire commented Mar 16, 2021

Collection insert() parameters are expected to be passed by reference. PHP 7.4 seems to enforce that pretty rigidly, triggering an error when the method is called. The call_user_func_array() approach to proxying collection methods seemed to force parameters into a pass-by-value state. This pull request makes the insert() method work again.

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.

1 participant