Skip to content

Fix "incorrect case" error when using trait aliases #391

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 1 commit into from
Jul 20, 2017
Merged

Fix "incorrect case" error when using trait aliases #391

merged 1 commit into from
Jul 20, 2017

Conversation

grongor
Copy link
Contributor

@grongor grongor commented Jul 20, 2017

This fixes a bug in the PHP scripting engine, which causes
Reflection API to return the incorrect case for aliased methods
when traits are nested.

Fixes #379

This is an alternative implementation to PR #380, as requested.

This fixes a bug in the PHP scripting engine, which causes
Reflection API to return the incorrect case for aliased methods
when traits are nested.
@ondrejmirtes
Copy link
Member

Thanks! :)

@ondrejmirtes ondrejmirtes merged commit 72566b6 into phpstan:master Jul 20, 2017
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.

"Incorrect case" when nesting traits
2 participants