Skip to content

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

Merged
ondrejmirtes merged 1 commit into
phpstan:masterfrom
grongor:379-fix-incorrect-case-for-traits-alt-impl
Jul 20, 2017
Merged

Fix "incorrect case" error when using trait aliases#391
ondrejmirtes merged 1 commit into
phpstan:masterfrom
grongor:379-fix-incorrect-case-for-traits-alt-impl

Conversation

@grongor
Copy link
Copy Markdown
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
Copy Markdown
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