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 backwards compatibility for typehints. #6697

Merged
merged 1 commit into from May 31, 2015
Merged

Fix backwards compatibility for typehints. #6697

merged 1 commit into from May 31, 2015

Conversation

markstory
Copy link
Member

In refactoring the rules checker trait I broke typehints around buildRules(). This adds a compatible implementation that won't trigger strict errors.

In refactoring the rules checker trait I broke typehints around
buildRules(). This adds a compatible implementation that won't trigger
strict errors.
@markstory markstory added this to the 3.0.7 milestone May 31, 2015
@dereuromark
Copy link
Member

Should we add a note that this is deprecated or "BC only"? So we know we can remove this in the next major version?

lorenzo added a commit that referenced this pull request May 31, 2015
Fix backwards compatibility for typehints.
@lorenzo lorenzo merged commit b853eb3 into master May 31, 2015
@lorenzo lorenzo deleted the fix-rules-type branch May 31, 2015 14:49
@markstory
Copy link
Member Author

@dereuromark I don't think it should be seen as a shim. We would have to remove the typehint to avoid the duplicate code.

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.

None yet

3 participants