]> git.openstreetmap.org Git - nominatim.git/blobdiff - CONTRIBUTING.md
phpcs instructions only searched one level deep
[nominatim.git] / CONTRIBUTING.md
index a00d0ed354aa68ac5ffe4a00d107253f4c62874d..dc5be190ad7633ec325241f48fd977b65f786f75 100644 (file)
@@ -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