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

CS: rename a local variable to snake_case #415

Merged
merged 1 commit into from
Oct 24, 2020

Conversation

jrfnl
Copy link
Member

@jrfnl jrfnl commented Oct 24, 2020

.. as that is the standard used throughout the repo.

As this is a function local variable, it can be safely renamed without consequence.

Once PHP 8 comes out, this rename would no longer be possible without causing a BC-break due to the new "named parameters in function calls" feature in PHP 8.0.

.. as that is the standard used throughout the repo.

As this is a function local variable, it can be safely renamed without consequence.

Once PHP 8 comes out, this rename would no longer be possible without causing a BC-break due to the new "named parameters in function calls" feature in PHP 8.0.
@jrfnl jrfnl added this to the 1.7.1 milestone Oct 24, 2020
@schlessera schlessera merged commit 9da3478 into master Oct 24, 2020
@schlessera schlessera deleted the feature/cs-rename-local-variable branch October 24, 2020 08:29
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.

2 participants