We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
RenameForeachValueVariableToMatchExprVariableRector unnecessarily removes underscores from variable names.
https://getrector.org/demo/3844d1cc-9ee3-4f98-8259-4edea12b09d7
It shouldn't remove underscores.
The text was updated successfully, but these errors were encountered:
Updated Rector to commit 391ba2aed4cb68c59ef4400f76f41e8dd9538e10
f068c3b
rectorphp/rector-src@391ba2a Use Type->getIterableValueType() over ArrayType-> getItemType() (#6479)
Successfully merging a pull request may close this issue.
Bug Report
RenameForeachValueVariableToMatchExprVariableRector unnecessarily removes underscores from variable names.
Minimal PHP Code Causing Issue
https://getrector.org/demo/3844d1cc-9ee3-4f98-8259-4edea12b09d7
Expected Behaviour
It shouldn't remove underscores.
The text was updated successfully, but these errors were encountered: