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

Kill call_user_func(_array) #9780

Merged
merged 1 commit into from
May 23, 2022

Conversation

derrabus
Copy link
Member

In modern PHP, there should be no reason to use call_user_func() or call_user_func_array() anymore. Let's get rid of that.

@derrabus derrabus added this to the 2.13.0 milestone May 23, 2022
@derrabus derrabus force-pushed the improvement/call-user-func branch from a2912b1 to b31b397 Compare May 23, 2022 09:08
@derrabus derrabus force-pushed the improvement/call-user-func branch from b31b397 to 459b806 Compare May 23, 2022 09:42
@derrabus derrabus merged commit 8250895 into doctrine:2.13.x May 23, 2022
@derrabus derrabus deleted the improvement/call-user-func branch May 23, 2022 14:28
derrabus added a commit to derrabus/orm that referenced this pull request May 24, 2022
* 2.13.x:
  Make phpdoc more precise
  Deprecate setting fetch mode to random integers
  Prepare split of output walkers and tree walkers (doctrine#9786)
  PHPStan 1.7.0 (doctrine#9785)
  Deprecate passing null to Query::setDQL()
  Kill call_user_func(_array) (doctrine#9780)
  Fix wrong types for AbstractQuery and child classes (doctrine#9774)
  Document callable as possible
  Remove override phpdoc tag
  Add use statement (doctrine#9769)
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.

2 participants