-
Notifications
You must be signed in to change notification settings - Fork 824
Adds a note about hooks + constructor property promotion #4264
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
Conversation
Per a conversation with @Crell, added a note to detail behavior of hooks when the set hook allows more types than the property, and is used with constructor property promotion.
Co-authored-by: Gina Peter Banyard <girgias@php.net>
Co-authored-by: Gina Peter Banyard <girgias@php.net>
The text looks good to me, but there's some linting issues. Once those are resolved I think we can merge this. |
I think I've resolved the linting issues, but the build chain does not work currently (I get errors on |
All clear now. @Girgias do you want to clear your change request and merge? |
Per a conversation with @Crell, added a note to detail behavior of hooks
when the set hook allows more types than the property, and is used with
constructor property promotion.