-
Notifications
You must be signed in to change notification settings - Fork 8k
Fix GH-20217: ReflectionClass::isIterable() should return false for classes with property hooks #20241
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 GH-20217: ReflectionClass::isIterable() should return false for classes with property hooks #20241
Conversation
It's worth noting this has some impact on other internal classes that set |
As it only reported to cause problems with hooks, I'd say 8.4 is the right target? |
There are other classes with |
d859219
to
c7c2017
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.
Thank you!
c7c2017
to
d13e220
Compare
…r classes with property hooks
d13e220
to
69327e5
Compare
No description provided.