idiosyncratic/coding-standard
最新稳定版本:3.2.1
Composer 安装命令:
composer require idiosyncratic/coding-standard
包简介
The Idiosyncratic Coding Standard.
README 文档
README
This is the coding standard used for all Idiosyncratic Projects, based on the Doctrine Coding Standard. Changes to the Doctrine Coding Standard are:
- Private properties that are intended to be public read-only (using a magic
__get()method, for instance) should be marked as@public-read-only. - Equals signs do not need to be aligned in assignments (Generic.Formatting.MultipleStatementAlignment.NotSame)
统计信息
- 总下载量: 163
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 11
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-11-27