isnotdefined/phpcs-config

Yet another PHP coding standard

2.0.0 2022-04-03 20:53 UTC

This package is auto-updated.

Last update: 2024-05-14 11:00:42 UTC


README

Yet another PHP coding standard.

Packagist Version License

Installation

composer require isnotdefined/phpcs-config

Usage

Refer the coding standard inside your phpcs.xml file:

<ruleset>
	<rule ref="vendor/isnotdefined/phpcs-config/phpcs.xml" />
</ruleset>