mathieu-bour / coding-standard
Mathieu Bour's PHP_CodeSniffer coding standard.
Package info
github.com/mathieu-bour/coding-standard
Type:phpcodesniffer-standard
pkg:composer/mathieu-bour/coding-standard
1.0.1
2020-12-26 20:56 UTC
Requires
- php: ^7.1.3 || ^8.0
- slevomat/coding-standard: 6.4.1
Requires (Dev)
- dealerdirect/phpcodesniffer-composer-installer: ^0.7.0
- phpunit/phpunit: ^9.0
- roave/security-advisories: dev-master
- squizlabs/php_codesniffer: ^3.5.8
- symfony/var-dumper: ^5.0
README
My personal PHP_CodeSniffer standard, derived from mathrix-education/coding-standard. Uses the sniffs from PHP_CodeSniffer and Slevomat Coding Standard.
Installation
composer require mathieu-bour/coding-standard
In your phpcs.xml(.dist) file, refer to the standard with:
<rule ref="Windy"/>