supportpal / coding-standard
SupportPal PHP编码标准。
v0.4.4
2023-03-09 12:36 UTC
Requires
- slevomat/coding-standard: ^8.0
README
SupportPal PHPCS编码标准。
安装
composer require supportpal/coding-standard --dev
使用
默认规则集
phpcs standard=vendor/supportpal/coding-standard .
自定义规则集
创建一个phpcs.xml
文件
<?xml version="1.0"?> <ruleset name="CustomSupportPal"> <description>Custom PHPCS config based on the SupportPal coding standard.</description> <rule ref="vendor/supportpal/coding-standard" /> </ruleset>