From f6d795ba399fcfb80fe1091551dd6e913699da40 Mon Sep 17 00:00:00 2001 From: Keith Solomon Date: Wed, 10 Sep 2025 14:34:27 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix:=20Update=20composer=20test?= =?UTF-8?q?=20scripts=20and=20readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8f24992..71581f1 100644 --- a/README.md +++ b/README.md @@ -445,7 +445,7 @@ Code linting for modified WordPress coding standards using phpcs: - Run `composer lint` in your terminal to check PHP files for coding standards violations - Test results are saved in `phpcs-results.txt`. Review the file for error details. - - Automated fixes noted in the results can be done using `composer fix .php` in your terminal. + - Automated fixes noted in the results can be done using `composer fix` in your terminal. ### Files diff --git a/composer.json b/composer.json index a14da8c..248f02b 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "phpcs --report-full=./phpcs-results.txt ." ], "fix": [ - "phpcbf --standard=.phpcs.xml" + "phpcbf --standard=.phpcs.xml ." ], "phpcs-config": [ "phpcs --config-show"