mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-07-25 17:21:19 +02:00
remove outdated Contribute section from README
This commit is contained in:
@@ -95,9 +95,3 @@ The patterns can be structured in roughly three different categories. Please cli
|
||||
* [ServiceLocator](More/ServiceLocator) [:notebook:](http://en.wikipedia.org/wiki/Service_locator_pattern) (is considered an anti-pattern! :no_entry:)
|
||||
* [Repository](More/Repository)
|
||||
* [EAV](More/EAV) [:notebook:](https://en.wikipedia.org/wiki/Entity%E2%80%93attribute%E2%80%93value_model)
|
||||
|
||||
## Contribute
|
||||
|
||||
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 .`.
|
||||
|
||||
|
13
README.rst
13
README.rst
@@ -36,16 +36,3 @@ Please click on **the title of every pattern's page** for a full explanation of
|
||||
Structural/README
|
||||
Behavioral/README
|
||||
More/README
|
||||
|
||||
Contribute
|
||||
----------
|
||||
|
||||
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`_ against `PSR2 standard`_
|
||||
using ``./vendor/bin/phpcs -p --standard=PSR2 --ignore=vendor .``.
|
||||
|
||||
.. _`design patterns`: http://en.wikipedia.org/wiki/Software_design_pattern
|
||||
.. _`PHP CodeSniffer`: https://github.com/squizlabs/PHP_CodeSniffer
|
||||
.. _`PSR2 standard`: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md
|
||||
|
Reference in New Issue
Block a user