From 71dc238e63617f060c81d6367ab45d2415e8e3db Mon Sep 17 00:00:00 2001 From: jrfnl Date: Thu, 17 Aug 2023 18:13:41 +0200 Subject: [PATCH] Docs: miscellaneous changes Change `WPCS` to `WordPressCS` in miscellaneous files. --- .gitattributes | 2 +- .phpcs.xml.dist | 2 +- Tests/RulesetCheck/class-ruleset-test.inc | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitattributes b/.gitattributes index 224ffba1..3472eccb 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,7 +1,7 @@ # # Exclude these files from release archives. # This will also make them unavailable when using Composer with `--prefer-dist`. -# If you develop for WPCS using Composer, use `--prefer-source`. +# If you develop for WordPressCS using Composer, use `--prefer-source`. # https://blog.madewithlove.be/post/gitattributes/ # /.gitattributes export-ignore diff --git a/.phpcs.xml.dist b/.phpcs.xml.dist index 0bbcd4b7..af658a72 100644 --- a/.phpcs.xml.dist +++ b/.phpcs.xml.dist @@ -51,7 +51,7 @@ - + diff --git a/Tests/RulesetCheck/class-ruleset-test.inc b/Tests/RulesetCheck/class-ruleset-test.inc index 86cc3770..b674946d 100644 --- a/Tests/RulesetCheck/class-ruleset-test.inc +++ b/Tests/RulesetCheck/class-ruleset-test.inc @@ -1,14 +1,14 @@