-
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
Leverage generic persistence event classes #9633
Conversation
b018ef7
to
5d7153f
Compare
Either we release 2.12.0 now or this should be retargeted to 2.11.x, as it fixes the build |
The build on 2.11.x has been fixed by #9648 already. |
* 2.12.x: Leverage generic persistence event classes (doctrine#9633) Fix static analysis for Persistence 2.5 (doctrine#9648) Improve exception message (doctrine#9646) Deprecate console helper (doctrine#9641) Use charset/collation from column or table default when creating relations (doctrine#9636) Support Enum IDs and search by Enum fields (doctrine#9629) Fix composer install in contributing readme
Still getting Psalm errors
|
You did upgrade to Persistence 2.5? |
|
Okay, but the CI job is green. Something must be off on your side. https://github.com/doctrine/orm/runs/5970318458?check_suite_focus=true |
Yea, seems some cache issue.
Fixed it. Sorry for wasting your time |
Follows doctrine/persistence#273