-
Notifications
You must be signed in to change notification settings - Fork 660
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 getFunctionIdsFromCallableArg to return the function id for array($this, 'foo') in params providers for example #10745
base: 5.x
Are you sure you want to change the base?
Conversation
7da878b
to
5b7b6eb
Compare
@weirdan merge please |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you provide a test demonstrating what this change affects?
@weirdan this is an issue I encountered in an internal plugin we use - it's a custom params provider for a custom callable. |
Wherever |
b761040
to
bf1fc66
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added test
@weirdan please merge |
…($this, 'foo') in params providers for example
bf1fc66
to
b6590e0
Compare
Required to get consistent types in e.g. params providers used in plugins.