dek-cz / coding-standard
There is no license information available for the latest version (1.0.6) of this package.
Dek Coding Style
1.0.6
2023-01-24 12:49 UTC
Requires
- php: ^7.4|^8.0
- contributte/qa: ^0.3
README
DEK coding style rules of PHPCodeSniffer.
Installation
Install the dek-cz/coding-standard with Composer:
composer require --dev dek-cz/coding-standard
Usage
Just include the ruleset.xml standard in you project's ruleset.xml
<?xml version="1.0"?> <ruleset name="My Project"> <rule ref="vendor/dek-cz/coding-standard/DekCodingStandard/ruleset.xml"/> <!-- custom settings --> </ruleset>