From 1bc5828c193fd906ab7d26e3a7e1494e309d65a3 Mon Sep 17 00:00:00 2001 From: Michael Weimann Date: Tue, 12 Nov 2019 22:24:06 +0100 Subject: Add phpcs config file --- .phpcs.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .phpcs.xml diff --git a/.phpcs.xml b/.phpcs.xml new file mode 100644 index 00000000..d1457875 --- /dev/null +++ b/.phpcs.xml @@ -0,0 +1,12 @@ + + + Engelsystem PHP coding standard + + config + db + public/index.php + src + tests + + + -- cgit v1.2.3-54-g00ecf