bjoern-goetschke / coding-standards
dev-master
2024-02-14 20:00 UTC
Requires
- php: ^7.4 || ^8.0
- squizlabs/php_codesniffer: ^3.5
Requires (Dev)
- ext-mbstring: *
- phpstan/extension-installer: ^1.0
- phpstan/phpstan: ^1.0
- phpstan/phpstan-phpunit: ^1.0
- phpstan/phpstan-strict-rules: ^1.0
- phpunit/phpunit: ^9.5
This package is auto-updated.
Last update: 2024-09-14 21:15:09 UTC
README
安装
由于此库尚未发布稳定版本,建议您直接将文件 standards/BjoernGoetschke/ruleset.xml 复制到您的项目中,并在您的 phpcs.xml 文件中引用它,如下所示: <rule ref="copy.of.ruleset.xml" />
规则集文件包含一个版本标识符,以便您可以轻松地查看是否使用最新版本。
授权协议
该库在 BSD-2-Clause 许可协议下发布。您可以在 LICENSE.txt 中找到此许可证的副本。