From b2578d4718473b958258b348cf7d75992b822b70 Mon Sep 17 00:00:00 2001 From: Keith Solomon Date: Tue, 9 Sep 2025 14:06:01 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix:=20Tell=20composer=20lint=20?= =?UTF-8?q?script=20to=20use=20our=20custom=20standard=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8917e77..a14da8c 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "phpcs --report-full=./phpcs-results.txt ." ], "fix": [ - "phpcbf --standard=WordPress" + "phpcbf --standard=.phpcs.xml" ], "phpcs-config": [ "phpcs --config-show"