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 [6] - multi-line function calls #101

Closed jrfnl closed 5 years ago

jrfnl commented 5 years ago

Fixes relate to the following rules:

Note: in the (near?) future, multi-line arguments in function calls will also be prohibited. This will impact this code.

The choice for the future is:

Note: this commit will be easiest to review by ignoring whitespace changes.