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

File::getMemberProperties() is recognizing method params as properties #2214

Merged

Conversation

jrfnl
Copy link
Contributor

@jrfnl jrfnl commented Nov 1, 2018

Method parameters were recognized as if they were class properties.

Looks like I already included an initial unit test case for this in #1715, but that case was not being tested.
The change in this PR should fix the issue, activates the existing unit test and adds some extra as well.

Method parameters were recognized as if they were class properties.

Looks like I already included an initial unit test case for this in 1715, but that case was not being tested.
The change in this PR should fix the issue and activates the existing unit test and adds some extra as well.
@jrfnl jrfnl force-pushed the feature/file-getmemberproperties-bugfix branch from e7d4774 to a51d646 Compare November 1, 2018 16:44
@gsherwood gsherwood added this to the 3.4.0 milestone Nov 1, 2018
@gsherwood gsherwood changed the title File::getMemberProperties(): don't recognize method params as properties File::getMemberProperties() is recognizing method params as properties Nov 1, 2018
@gsherwood gsherwood merged commit a51d646 into squizlabs:master Nov 1, 2018
gsherwood added a commit that referenced this pull request Nov 1, 2018
@gsherwood
Copy link
Member

Thanks

@jrfnl jrfnl deleted the feature/file-getmemberproperties-bugfix branch November 2, 2018 04:30
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.

2 participants