X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/89c157a6c1753f3c0765f140652f9c5587981125..9c3aaf5b99919dad84bc5e16d567e9c007f21017:/CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 68355663..d23b3392 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -27,9 +27,11 @@ are in process of consolodating the style. The following rules apply: * leave out space between a function name and bracket but add one between control statement(if, while, etc.) and bracket -This coding style must be applied to any new or changed code. You are also -welcome to fix the coding style of existing code but please submit separate -PRs for this. +The coding style is enforced with PHPCS and can be tested with: + +``` + phpcs --report-width=120 --colors */**.php +``` ## Testing