flickerleap/phpcs
Composer 安装命令:
composer require flickerleap/phpcs
包简介
FlickerLeap php coding standard
README 文档
README
This project contains rulesets to be used with phpcs https://github.com/squizlabs/PHP_CodeSniffer
Installation
$ composer global require squizlabs/php_codesniffer flickerleap/phpcs $ ~/.composer/vendor/bin/phpcs --config-set installed_paths ~/.composer/vendor/flickerleap/phpcs/src/Standards
Usage
$ ~/.composer/vendor/bin/flickerleap/phpcs --standard=flickerleap --extensions=php path/to/src
Rules
Effort has been made to follow Laravel convention as closely as possible.
flickerleap standard
- All PSR2 rules
- Require function docblocks
- Require line endings and lenght of 120
- Force array indentation and new syntax
- Force statements in conditions
- Dissallow statements in conditions
- Dissallow fix me and todos
- Force camel case variable names
- Force indentation
- Dissallow
var_dump()functions
laravel standard
This standard extends the flickerleap standard and includes additional sniffs specific to the framework
- All flickerleap rules
- Dissallow
ddanddump()functions - Disallow
env()function usage outside of the config folder
统计信息
- 总下载量: 36
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2018-09-07