X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/8714fa7decf0066f485e930c5050dedd139f1097..de9507bc630bfa6b8dea17317d2beef9a2cf5f5b:/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