Download the PHP package flickerleap/phpcs without Composer
On this page you can find all versions of the php package flickerleap/phpcs. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package phpcs
Flickerleap code sniffer
This project contains rulesets to be used with phpcs https://github.com/squizlabs/PHP_CodeSniffer
Installation
Usage
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
dd
anddump()
functions - Disallow
env()
function usage outside of the config folder
All versions of phpcs with dependencies
PHP Build Version
Package Version
Requires
squizlabs/php_codesniffer Version
^3.0.0
The package flickerleap/phpcs contains the following files
Loading the files please wait ....