agilekeys/code-standards

PHP项目的编码标准,包括PHPMD和PHPCS规则。

0.1.1 2019-01-04 02:55 UTC

This package is auto-updated.

Last update: 2024-09-04 15:58:03 UTC


README

PHP项目的编码标准。

vendor/bin/phpcs --standard=phpcs.xml .test
vendor/bin/phpmd src/PHPMassDetector text phpmd.xml

待办事项

  • PHPSTAN
    • 命令行中的phpstan
    • 配置文件分发
    • 测试配置文件