Skip to content

Commit

Permalink
Fix coding standard link in CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
VolCh committed Dec 7, 2019
1 parent 7056e64 commit fd6e14e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Contributing

* Coding standard for the project is [PSR-2](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md)
* Coding standard for the project is [Doctrine Coding Standard](https://github.com/doctrine/coding-standard)
* The project will follow strict [object calisthenics](http://www.slideshare.net/guilhermeblanco/object-calisthenics-applied-to-php)
* Any contribution must provide tests for additional introduced conditions
* Any un-confirmed issue needs a failing test case before being accepted
Expand Down

0 comments on commit fd6e14e

Please sign in to comment.