phpcq/coding-standard

PHP代码质量项目编码规范

2.1.2 2020-09-24 11:52 UTC

This package is auto-updated.

Last update: 2024-08-24 20:11:50 UTC


README

Build Status Latest Version tagged Latest Version on Packagist Installations via composer per month

编码规范

此仓库包含PHPCQ编码规范定义和样式检查规则。

规则适用于 phpcsphpmd

用法

最方便的使用方法是使用 phpcq/phpcq。只需将以下内容放入您的项目 build.default.properties 文件中

phpcs.standard=${basedir}/vendor/phpcq/coding-standard/phpcs/PhpCodeQuality/ruleset.xml
phpmd.ruleset=${basedir}/vendor/phpcq/coding-standard/phpmd/ruleset.xml