Improve phpcs.xml.dist comments (#1465)

This commit is contained in:
Nabil Kadimi 2020-09-14 13:17:10 +01:00 committed by GitHub
parent 435c4e7b83
commit e8a5863ff4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,10 +25,10 @@
<!-- Strip the filepaths down to the relevant bit. --> <!-- Strip the filepaths down to the relevant bit. -->
<arg name="basepath" value="./"/> <arg name="basepath" value="./"/>
<!-- Check up to 8 files simultanously. --> <!-- Check up to 8 files simultaneously. -->
<arg name="parallel" value="8"/> <arg name="parallel" value="8"/>
<!-- Only check the PHP files. JS, and CSS files are checked separately with @wordpress/scripts package. --> <!-- Check PHP files only. JavaScript and CSS files are checked separately using the @wordpress/scripts package. -->
<arg name="extensions" value="php"/> <arg name="extensions" value="php"/>
<!-- Check all files in this directory and the directories below it. --> <!-- Check all files in this directory and the directories below it. -->