biano/coding-standard
最新稳定版本:4.4.0
Composer 安装命令:
composer require biano/coding-standard
包简介
Coding standard for Biano projects
README 文档
README
- Run
composer require --dev biano/coding-standard - Create
phpcs.xml.distfile with:
<?xml version="1.0" encoding="UTF-8"?> <ruleset name="Coding Standard"> <!-- basic settings --> <arg name="extensions" value="php"/> <arg name="encoding" value="utf-8"/> <arg name="colors"/> <arg value="sp"/> <file>src</file> <file>tests</file> <!-- standard --> <rule ref="BianoCodingStandard" /> </ruleset>
PhpStorm
Exported settings for PhpStorm are in the file PhpStorm.xml.
统计信息
- 总下载量: 3.94k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 3
- 依赖项目数: 3
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-05-28