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: 2024-03-29 03:50:36 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-