-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
Add PHP 8.2 support #62
Conversation
4b15fec
to
48dfb9d
Compare
Looks like |
I dropped |
Signed-off-by: Stéphane Demonchaux <demonchaux.stephane@gmail.com>
done |
@driehle seem to be good :) |
Looks good, but I a wondering if we should add a test case for readonly properties (PHP 8.1) and readonly classes (PHP 8.2). As uninitialized properties are ignored for extraction by reference... ... readonly properties could be ignored for hydration by reference. What do you think? |
@driehle tests has beed added :) |
@driehle should be ok |
Thanks, @fezfez, for you time and contribution! |
Signed-off-by: Stéphane Demonchaux demonchaux.stephane@gmail.com