From 0152af6e652f765b685e9e59ac713022f5874702 Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Tue, 5 Dec 2023 17:37:55 +0900 Subject: [PATCH] add php code sniffer xml --- phpcs.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 phpcs.xml diff --git a/phpcs.xml b/phpcs.xml new file mode 100644 index 00000000..cfc7a3dc --- /dev/null +++ b/phpcs.xml @@ -0,0 +1,18 @@ + + + PSR12 override rules (strict, standard). Switch spaces indent to tab. + + + + + + + + + + + + + + +