datacodetech/phpcs-ruleset

适用于所有PHP项目的phpcs规则集

2.3.1 2021-10-07 15:50 UTC

This package is auto-updated.

Last update: 2024-09-07 22:23:49 UTC


README

此仓库包含我们所有其他PHP项目使用的phpcs规则集。

此包应由composer包含

{
    "require": {
        "datacodetech/phpcs-ruleset": "^2.0.0"
    }
}

然后在项目的ruleset.xml文件中进行引用

<ruleset>
    <rule ref="vendor/datacodetech/phpcs-ruleset/DatacodeStandard" />
</ruleset>