From d3d4cf512f62f139c61629d5aa21cf22ad726241 Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Tue, 5 Dec 2023 17:38:01 +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 0000000..cfc7a3d --- /dev/null +++ b/phpcs.xml @@ -0,0 +1,18 @@ + + + PSR12 override rules (strict, standard). Switch spaces indent to tab. + + + + + + + + + + + + + + +