isnotdefined/phpcs-config

另一个PHP编码标准

2.0.0 2022-04-03 20:53 UTC

This package is auto-updated.

Last update: 2024-09-14 12:13:57 UTC


README

另一个PHP编码标准。

Packagist Version License

安装

composer require isnotdefined/phpcs-config

使用方法

在您的 phpcs.xml 文件中参考编码标准

<ruleset>
	<rule ref="vendor/isnotdefined/phpcs-config/phpcs.xml" />
</ruleset>