We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20f4d8b commit f2f1300Copy full SHA for f2f1300
README.md
@@ -143,5 +143,5 @@ Configure the paths to these files in PHPStorm:
143
In order to check php compatibility you can use the phpcs `PHPCompatibility` sniff:
144
145
```bash
146
-php vendor/bin/phpcs -p --ignore="*/vendor/*" --extensions=php,inc,module,install,theme --runtime-set testVersion 8.1 --standard=PHPCompatibility ./web/modules/contrib
+php vendor/bin/phpcs -p --ignore="*/vendor/*" --extensions=php,inc,module,install,theme --runtime-set testVersion 8.1 --standard=PHPCompatibility ./
147
```
0 commit comments