forkrefactor/coding-standard

PcComponentes Coding Standard for PHP_CodeSniffer 通过提供额外的检查,补充了Consistence Coding Standard。

v1.0.0 2021-12-08 13:01 UTC

This package is not auto-updated.

Last update: 2024-09-27 03:42:10 UTC


README

PcComponentes Coding Standard for PHP_CodeSniffer 提供了三个类别的 sniffs。

用法

使用 composer 依赖库

composer require --dev pccomponentes/coding-standard

创建 phpcs.xml.dist 配置文件并使用标准

<?xml version="1.0" ?>
<ruleset name="Project rules">
    <rule ref="vendor/pccomponentes/coding-standard/src/ruleset.xml" />
</ruleset>