mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-02 21:17:29 +02:00
README fix
This commit is contained in:
@@ -92,7 +92,7 @@ The patterns can be structured in roughly three different categories. Please cli
|
|||||||
|
|
||||||
## Contribute
|
## Contribute
|
||||||
|
|
||||||
Please feel free to fork and extend existing or add your own examples and send a pull request with your changes!
|
If you encounter any bugs or missing translations, please feel free to fork 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 [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 .`.
|
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
|
## License
|
||||||
|
@@ -34,9 +34,9 @@ Please click on **the title of every pattern's page** for a full explanation of
|
|||||||
Contribute
|
Contribute
|
||||||
----------
|
----------
|
||||||
|
|
||||||
Please feel free to fork and extend existing or add your own examples
|
If you encounter any bugs or missing translations, please feel free
|
||||||
and send a pull request with your changes! To establish a consistent
|
to fork and send a pull request with your changes.
|
||||||
code quality, please check your code using
|
To establish a consistent code quality, please check your code using
|
||||||
`PHP CodeSniffer`_ against `PSR2 standard`_
|
`PHP CodeSniffer`_ against `PSR2 standard`_
|
||||||
using ``./vendor/bin/phpcs -p --standard=PSR2 --ignore=vendor .``.
|
using ``./vendor/bin/phpcs -p --standard=PSR2 --ignore=vendor .``.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user