Skip to content
This repository was archived by the owner on Sep 5, 2025. It is now read-only.

Commit e8a5863

Browse files
authored
Improve phpcs.xml.dist comments (#1465)
1 parent 435c4e7 commit e8a5863

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

phpcs.xml.dist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
<!-- Strip the filepaths down to the relevant bit. -->
2626
<arg name="basepath" value="./"/>
2727

28-
<!-- Check up to 8 files simultanously. -->
28+
<!-- Check up to 8 files simultaneously. -->
2929
<arg name="parallel" value="8"/>
3030

31-
<!-- Only check the PHP files. JS, and CSS files are checked separately with @wordpress/scripts package. -->
31+
<!-- Check PHP files only. JavaScript and CSS files are checked separately using the @wordpress/scripts package. -->
3232
<arg name="extensions" value="php"/>
3333

3434
<!-- Check all files in this directory and the directories below it. -->

0 commit comments

Comments
 (0)