Skip to content
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

Remove API to disable column comments #6222

Merged
merged 1 commit into from Nov 19, 2023

Conversation

derrabus
Copy link
Member

@derrabus derrabus commented Nov 19, 2023

Q A
Type improvement
Fixed issues Follows #6150

Summary

#6150 introduced a forward-compatibility layer for disabling DBAL's column comments. Since not disabling them has no effect on 4.0, we should remove as much of that API as possible.

Configuration::getDisableTypeComments() and setDisableTypeComments() are kept to allow a smooth transition from 3.7 to 4.0, but true is the only valid setting now.

@derrabus
Copy link
Member Author

cc @stof

@derrabus derrabus added this to the 4.0.0-RC2 milestone Nov 19, 2023
@derrabus derrabus merged commit aa25d4c into doctrine:4.0.x Nov 19, 2023
75 checks passed
@derrabus derrabus deleted the remove/disable-comments branch November 19, 2023 15:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants