ngearing / phpcs-wp
php code styling and ruleset for WordPress
dev-master
2019-10-02 00:06 UTC
This package is auto-updated.
Last update: 2026-03-01 00:13:26 UTC
README
Requirements
Composer
Install
composer require ngearing/phpcs-wp:dev-master
How to use
From the root of your project directory run the following from your terminal:
vendor/bin/phpcs .
Or to fix errors
vendor/bin/phpcbf .
To check PHP compatibilty
vendor/bin/phpcs --runtime-set testVersion 7.0-