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

Fix final class member names according to the coding standard #4051

Merged
merged 1 commit into from
Jun 6, 2020

Conversation

morozov
Copy link
Member

@morozov morozov commented Jun 6, 2020

Q A
Type improvement
BC Break no

See #3004. The classes are final as of #3808 and #3820. All protected class members made private and renamed to not contain a leading underscore. Additionally, the "dbh" and "sth" properties are renamed to "connection" and "statement" for consistency with the rest of the code.

@morozov morozov force-pushed the fix-final-class-members branch from 90cb308 to 52ad7ab Compare June 6, 2020 15:59
@morozov morozov added this to the 4.0.0 milestone Jun 6, 2020
@morozov morozov merged commit ece6cd6 into doctrine:master Jun 6, 2020
@morozov morozov deleted the fix-final-class-members branch June 6, 2020 17:09
@morozov morozov self-assigned this Jun 6, 2020
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 2, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants