Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ WPCS rules not covered by this package include, but are not limited to:

Yoda style looks to no longer be required in WPCS 3.0, so it is not required in this ruleset.

I use PHP CS Fixer because I find it easier to integrate into my workflow than PHP_CodeSniffer. If you are not me, and especially if you require WPCS compliance, I highly suggest that you stick with [PHP_CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer) and [the official WPCS sniffs](https://github.com/WordPress/WordPress-Coding-Standards).
I use PHP CS Fixer because I find it easier to integrate into my workflow than PHP_CodeSniffer. If you are not me, and especially if you require WPCS compliance, I highly suggest that you stick with [PHP_CodeSniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer) and [the official WPCS sniffs](https://github.com/WordPress/WordPress-Coding-Standards).

## Use

Expand Down