mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-07-29 11:10:19 +02:00
improve documentation about the code style
This commit is contained in:
committed by
Dominik Liebler
parent
accd7c7ecf
commit
cad386e65f
@@ -50,7 +50,7 @@ The patterns can be structured in roughly three different categories. Please cli
|
||||
## Contribute
|
||||
|
||||
Please feel free to fork and extend existing or add your own examples and send a pull request with your changes!
|
||||
To establish a consistent code quality, please check your code using [PHP_CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer) against [this standard](https://github.com/domnikl/Symfony2-coding-standard).
|
||||
To establish a consistent code quality, please check your code using [PHP_CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer) against [PSR2 standard](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md) using `./vendor/bin/phpcs -p --standard=PSR2 --ignore=vendor .`.
|
||||
|
||||
## License
|
||||
|
||||
|
Reference in New Issue
Block a user