-
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
Disallow override of inherited property #10289
Comments
I think pointing out configurations that are not officially supported and only work by chance is a good thing to do. Hopefully it works towards bringing down the number of bug reports for dubious use cases. What about creating a PR for this? Are there tests already? |
mpdude
added a commit
to mpdude/doctrine2
that referenced
this issue
Jan 26, 2023
…ridden This was brought up in doctrine#8348, but seemingly forgotten to be implenented in later versions. Closes doctrine#10289.
mpdude
added a commit
to mpdude/doctrine2
that referenced
this issue
Feb 9, 2023
…ridden This was brought up in doctrine#8348, but seemingly forgotten to be implenented in later versions. Closes doctrine#10289.
#10470 solved this, please close |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I came across #8348 and I found in current code we still have
orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php
Lines 2632 to 2635 in b25561a
I think that this exception should be thrown here, don't you think? @beberlei
The text was updated successfully, but these errors were encountered: