Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 242 Bytes

readme.md

File metadata and controls

9 lines (5 loc) · 242 Bytes

WordPress Coding Standards for PHP_CodeSniffer

Run the following command to check cs issues

composer check-cs path_to_file

Run the following command fix issues that can be automatically fix by phpcbf

composer fix-cs path_to_file