From 597128aa2edb85f9f09c334d76941f80b2286d83 Mon Sep 17 00:00:00 2001 From: Keith Solomon Date: Fri, 15 Aug 2025 06:49:26 -0500 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8feature:=20Add=20phpcs=20configuration?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- phpcs.xml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 phpcs.xml diff --git a/phpcs.xml b/phpcs.xml new file mode 100644 index 0000000..8f49117 --- /dev/null +++ b/phpcs.xml @@ -0,0 +1,28 @@ + + + Coding Style Checks + + + + + + + + vendor/ + node_modules/ + + + + + + + + + + + + + + 0 + +