From 6c63b1fcfe593e002aacfb6093a509137999e97e Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sun, 2 Jul 2023 18:48:13 +0200 Subject: Add base phpcs comfig for Hubzilla --- .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..b1b08f8 --- /dev/null +++ b/.phpcs.xml @@ -0,0 +1,46 @@ + + + PHP CodeSniffer config for Hubzilla + + boot.php + index.php + app + include + install + library + tests + util + vendor + view + Zotlabs + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3