wp-cli / shell-command

Opens an interactive PHP console for running and testing PHP code.
MIT License
20 stars 16 forks source link

Implement CS checking based on the `WP_CLI_CS` ruleset #40

Closed schlessera closed 5 years ago

schlessera commented 5 years ago

Adds a custom ruleset and fixes the code that does not yet adhere to it.

Fixes #38

Related https://github.com/wp-cli/wp-cli/issues/5166