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

Squiz/MemberVarScope: fix handling of multi-line properties #1964

Merged

Conversation

jrfnl
Copy link
Contributor

@jrfnl jrfnl commented Mar 24, 2018

This fix builds upon the earlier fix in PR #1715, which improved the handling of group property declarations for the File::getMemberProperties() method.

This sniff now just defers to the File::getMemberProperties() method to determine whether the visibility of a property has been set.

Includes additional unit tests.

Fixes #1963

This fix builds upon the earlier fix in PR 1715, which improved the handling of group property declarations for the `File::getMemberProperties()` method.

This sniff now just defers to the `File::getMemberProperties()` method to determine whether the visibility of a property has been set.

Includes additional unit tests.

Fixes 1963
@gsherwood gsherwood added this to the 3.3.0 milestone Mar 25, 2018
@gsherwood gsherwood merged commit 16eed17 into squizlabs:master Mar 25, 2018
gsherwood added a commit that referenced this pull request Mar 25, 2018
@gsherwood
Copy link
Member

Thanks a lot.

@jrfnl jrfnl deleted the feature/1963-multi-line-membervarscope branch March 25, 2018 21:44
@jrfnl
Copy link
Contributor Author

jrfnl commented Mar 25, 2018

You're welcome.

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.

Squiz.Scope.MemberVarScope does not work for multiline member declaration
2 participants