t3n/coding-standard

t3n 编码规范是一组基于 PSR-2 标准的 PHPCS 规则

安装数: 13,409

依赖项: 11

建议者: 0

安全: 0

星标: 0

关注者: 8

分支: 0

公开问题: 2

类型:phpcodesniffer-standard

1.1.1 2023-11-13 15:31 UTC

README

Latest Stable Version Total Downloads

t3n 编码规范

t3n 编码规范是一组基于 PSR-2 标准的 PHPCS 规则。

要安装此规范,您可以通过 composer 轻松地要求它

composer require t3n/coding-standard

要检查您的 php 文件,您现在可以使用 t3n 标准

phpcs --standard=t3n