-
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
Add SchemaIgnoreClasses property #9202
Conversation
ebc75b7
to
9286540
Compare
@greg0ire rebased, diff looks the same, CI is green. I guess it's k |
@simPod doesn't this require any documentation? Also, is it really a bugfix? Looks more like a new feature to me, in which case you should retarget to 2.11.x |
It was already a feature in #8203 😄 I'll rebase and retarget then. |
9286540
to
8454ac8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://www.doctrine-project.org/projects/doctrine-orm/en/2.11/reference/advanced-configuration.html would need the additional config.
455be91
to
8822ee9
Compare
Co-authored-by: Simon Podlipsky <simon@podlipsky.net>
8822ee9
to
15da425
Compare
@simPod thanks! |
* 2.11.x: Deprecate Setup::registerAutoloadDirectory() (doctrine#9249) PHPCS 3.6.2, Psalm 4.15.0 (doctrine#9247) Add SchemaIgnoreClasses property for doctrine#8195. (doctrine#9202) Remove fallbacks for old doctrine/annotations version (doctrine#9235) Update docs/en/reference/events.rst Added psalm param to abstract addFilterConstraint (doctrine#9229) Merge pull request doctrine#9210 from alexander-schranz/patch-2 Fix typo assumptio--> assumption Update events.rst Completing links to `EventArgs` classes in overview table Using `const` for `type` [Documentation] Events Overview Table: Adding "Passed Argument" column
Supersedes #8203
Fixes #8195