From dc11cb6a72c7ae10964e6b1a5d9dc079e8ba5eac Mon Sep 17 00:00:00 2001 From: Keith Solomon Date: Sun, 16 Aug 2026 09:47:54 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=B5=20other:=20Add=20phpcs=20lint=20ru?= =?UTF-8?q?les?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .phpcs.xml | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 .phpcs.xml diff --git a/.phpcs.xml b/.phpcs.xml new file mode 100644 index 0000000..85c37aa --- /dev/null +++ b/.phpcs.xml @@ -0,0 +1,46 @@ + + + Coding Style Checks. + + + + + + + + vendor/ + node_modules/ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 0 + +