独特的编码规范。

安装: 96

依赖: 7

建议者: 0

安全: 0

星标: 0

关注者: 2

分支: 0

开放问题: 0

类型:phpcodesniffer-standard

3.1.1 2023-10-22 20:53 UTC

This package is auto-updated.

Last update: 2024-09-22 22:59:51 UTC


README

这是用于所有独特项目的编码规范,基于Doctrine 编码规范。对 Doctrine 编码规范的改变包括:

  • 打算公开只读的私有属性(例如使用魔术方法 __get())应该标记为 @public-read-only
  • 在赋值中不需要对等号进行对齐(Generic.Formatting.MultipleStatementAlignment.NotSame)