supportpal/coding-standard

SupportPal PHP编码标准。

v0.4.4 2023-03-09 12:36 UTC

This package is auto-updated.

Last update: 2024-09-09 16:12:06 UTC


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>