wp-cli / search-replace-command

Searches/replaces strings in the database.
MIT License
57 stars 45 forks source link

PHPCS: fix up the code base [8] - rename a local variable #111

Closed jrfnl closed 5 years ago

jrfnl commented 5 years ago

Variable names should be in snake_case.

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