-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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 EnumType not being hydrated with HYDRATE_ARRAY #9995
Fix EnumType not being hydrated with HYDRATE_ARRAY #9995
Conversation
Sorry for picking up your PR that late. Can you please rebase your PR on 2.13.x? If I do so locally, I get a couple of test failures that seem to be related to your changes. |
53e488e
to
ed691e1
Compare
Thanks @derrabus, it was my new enum field in CmsUser that broke bunch of existing tests. So I decides do not touch CmsUser and cover my test cases with another Entity. Now all looks good. |
@derrabus is there anything else that needs to be improved please? |
Thank you! |
* 2.14.x: PHPStan 1.8.5, Psalm 4.27.0 (doctrine#10033) Fix EnumType not being hydrated with HYDRATE_ARRAY (doctrine#9995) "Strange" return lines in documentation of inheritance-mapping.rst (doctrine#10027) More strange break lines in inheritance-mapping.rst (doctrine#10028)
* 2.14.x: PHPStan 1.8.5, Psalm 4.27.0 (doctrine#10033) Fix EnumType not being hydrated with HYDRATE_ARRAY (doctrine#9995) "Strange" return lines in documentation of inheritance-mapping.rst (doctrine#10027) More strange break lines in inheritance-mapping.rst (doctrine#10028) Add phpdoc for discriminatorColumn
Fixes #9947
add new processEnum method in ArrayHydrator