Skip to content

PHPC-519: Add missing modifiers to final class methods #225

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

Merged
merged 2 commits into from
Feb 10, 2016

Conversation

jmikola
Copy link
Member

@jmikola jmikola commented Feb 9, 2016

https://jira.mongodb.org/browse/PHPC-519

This is just being done for consistency. The classes are all already final (specified in their MINIT function). We also add some regression tests for extending these classes.

This is just being done for consistency. The classes are all already final (specified in their MINIT function).
@derickr
Copy link
Contributor

derickr commented Feb 10, 2016

LGTM, however I'm wondering whether these tests are going to break on HHVM...

@jmikola
Copy link
Member Author

jmikola commented Feb 10, 2016

I'm wondering whether these tests are going to break on HHVM

Shouldn't be a problem, as we already had a few of these tests for various BSON types. This PR only adds a few more that were missing for other final classes.

@jmikola jmikola merged commit 2fa57d7 into mongodb:master Feb 10, 2016
jmikola added a commit that referenced this pull request Feb 10, 2016
@jmikola jmikola deleted the phpc-519 branch February 10, 2016 15:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants