wp-cli / scaffold-command

Generates code for post types, taxonomies, blocks, plugins, child themes, etc.
MIT License
165 stars 87 forks source link

Fix PHPCS issues for post-types #276

Closed 2ndkauboy closed 4 years ago

2ndkauboy commented 4 years ago

There are some minor PHPCS issue with would generate post types not complying to the WordPress Coding Standards (the "WordPress-Core" ruleset).

schlessera commented 4 years ago

The code change looks good. However, there's one test that is failing now that will need to be updated for the new code style:

https://github.com/wp-cli/scaffold-command/blob/ab12eda2358d9193026b35d6dfc853ffd99f5f14/features/scaffold.feature#L96