c-quential / coding-standard
C-quential Coding Standard for PHP_CodeSniffer.
Installs: 2 208
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:phpcodesniffer-standard
pkg:composer/c-quential/coding-standard
Requires
- php: ^8.3
- squizlabs/php_codesniffer: ^4.0.0
Requires (Dev)
- phpunit/phpunit: ^12.0.3
README
Custom rules for PHP_CodeSniffer
Installation
Install using Composer.
composer require c-quential/coding-standard
Sniffs
Below is an alphabetical list of sniffs, with short explanations.
CquentialCodingStandard.Strings.UnneededDoubleQuoteUsage: If a string can be rewritten to use single quotes, without adding string concatenation, you must do so.