X-Git-Url: https://git.openstreetmap.org/nominatim.git/blobdiff_plain/ff2a40b109f7431c810610c2c350881d07e358e4..eaaa4a7b31baf6bf8cf7a0afab34d43faa4e7ed2:/CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a00d0ed3..dc5be190 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -82,7 +82,7 @@ are in process of consolodating the style. The following rules apply: The coding style is enforced with PHPCS and can be tested with: ``` - phpcs --report-width=120 --colors */**.php + phpcs --report-width=120 --colors . ``` ## Testing