youshido/cs-code-standard
Composer 安装命令:
composer require youshido/cs-code-standard
包简介
CodeSniffer ruleset witch extend Symfony code style and add something new
README 文档
README
This standard copy Symfony2 one with following changes:
- Concatenation spacing equal 1
Installation
This standard can be installed with the Composer dependency manager.
Install the coding standard as a dependency of your project
composer require --dev youshido/cs-code-standard
Usage
Run CodeSniffer with following parameters to check your project code style:
./vendor/bin/phpcs --encoding=utf-8 --extensions=php --standard=./vendor/youshido/cs-code-standard ./src -p
统计信息
- 总下载量: 3.15k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-05-08