youshido / cs-code-standard
CodeSniffer ruleset witch extend Symfony code style and add something new
Installs: 3 122
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:coding-standard
Requires
Requires (Dev)
- youshido/cs-code-standard: dev-master
This package is not auto-updated.
Last update: 2024-10-27 02:54:42 UTC
README
This standard copy Symfony2 one with following changes:
- Concatenation spacing equal 1
Installation
This standard can be installed with the Composer dependency manager.
Install the coding standard as a dependency of your project
composer require --dev youshido/cs-code-standard
Usage
Run CodeSniffer with following parameters to check your project code style:
./vendor/bin/phpcs --encoding=utf-8 --extensions=php --standard=./vendor/youshido/cs-code-standard ./src -p