Download the PHP package juliangut/php-codesniffer-custom-sniffs without Composer
On this page you can find all versions of the php package juliangut/php-codesniffer-custom-sniffs. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download juliangut/php-codesniffer-custom-sniffs
More information about juliangut/php-codesniffer-custom-sniffs
Files in juliangut/php-codesniffer-custom-sniffs
Package php-codesniffer-custom-sniffs
Short Description PHP_CodeSniffer custom sniffs
License BSD-3-Clause
Homepage https://github.com/juliangut/php-codesniffer-custom-sniffs
Informations about the package php-codesniffer-custom-sniffs
php-codesniffer-custom-sniffs
Custom sniffs for PHP_CodeSniffer
Installation
Composer
Usage
It is recommended to also install dealerdirect/phpcodesniffer-composer-installer to avoid needing to declare paths in your ruleset definition file
Complete ruleset
Only certain sniffs
Sniffs
CodeAnalysis
EmptyStatementSniff
There should not be empty statements
Configuration
catchIgnoreComment (string), catch statements may be allowed to be empty. Add a comment with the content of this variable, by default it's set to @ignoreException
NamingConventions
CamelCapsFunctionNameSniff
Function and method names should be written in camelCaps
Configuration
strict (bool), Set to false in order to allow two consecutive uppercase letters (CamelCaps format does not allow two uppercase letters next to each other)
CamelCapsVariableNameSniff
Variable and property names should be written un camelCaps
Configuration
strict (bool), Set to false in order to allow two consecutive uppercase letters (CamelCaps format does not allow two uppercase letters next to each other)
Contributing
Found a bug or have a feature request? Please open a new issue. Have a look at existing issues before.
See file CONTRIBUTING.md
License
See file LICENSE included with the source code for a copy of the license terms.