-
-
Notifications
You must be signed in to change notification settings - Fork 74
fix: Add parent constructor call in EnumReflectionProperty #422
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
dc0dfce to
493aedc
Compare
|
Hi! is there anything I could do to help get this PR merged. |
Why don't you do it rightaway? Also, will there still be a point in keeping I think this clashes a bit with the original design made in #248 by @IonBazan |
493aedc to
a541771
Compare
|
Ah you are right, I spoke too quickly. I cannot remove constructor since method's signature is not the same as parent class. |
|
Hello I have implemented all requested changes, could you accept this MR please ? |
|
It seems there are CI jobs failing. Please take a look at this guide for more on how to handle those. |
a541771 to
ac9f832
Compare
|
@IonBazan please review 🙏 |
|
Thanks @jawira - LGTM. However, my changes were actually based on @beberlei doctrine/orm#9304 so it's best to confirm once more with him. Also good to add tests covering the changes you've made, reproducing the issue you reported. |
ac9f832 to
44a3e03
Compare
44a3e03 to
d27f24e
Compare
|
Hello @IonBazan, in doctrine/orm, I have also added tests to cover errors I had. |
|
I am not sure anymore why I did it this way originally, but if this works here then great. However be mindful that for Doctrine ORM 3.4+ above we changed the abstraction completly and this code here becomes obsolete. |
|
Thanks @jawira ! |
Fixes #423