From da63141a1b864d89dca311a1b2acaba567215988 Mon Sep 17 00:00:00 2001 From: Keith Solomon Date: Mon, 1 Sep 2025 12:24:38 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=B5=20other:=20Add=20phpcs=20standard?= =?UTF-8?q?=20checking?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + phpcs.xml | 29 +++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 phpcs.xml diff --git a/.gitignore b/.gitignore index e61812f..a79ebc0 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ notes/ +phpcs-results.txt diff --git a/phpcs.xml b/phpcs.xml new file mode 100644 index 0000000..93d0961 --- /dev/null +++ b/phpcs.xml @@ -0,0 +1,29 @@ + + + Coding Style Checks + + + + + + + + vendor/ + node_modules/ + + + + + + + + + + + + + + + 0 + +