innmind/coding-standard
Composer 安装命令:
composer require innmind/coding-standard
包简介
README 文档
README
This project contains the coding standard rules for the Innmind organization.
Installation
composer require --dev innmind/coding-standard
Usage
Create a file .php_cs.dist at the root of the repository with the following content:
<?php return \Innmind\CodingStandard\CodingStandard::config(['src', 'tests']);
You can then run vendor/bin/php-cs-fixer fix to fix the code.
统计信息
- 总下载量: 140.37k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 101
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-10-25