From 78c61f9aba8988aa8ceecb183aa51ee533681f5c Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Thu, 23 Mar 2017 16:16:23 +0100 Subject: [PATCH] phpcs configuration --- phpcs.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 phpcs.xml diff --git a/phpcs.xml b/phpcs.xml new file mode 100644 index 0000000..af626f5 --- /dev/null +++ b/phpcs.xml @@ -0,0 +1,22 @@ + + + PEAR coding standard + some changes + + src/ + + + + + + + + + + + + + + + + + -- 2.30.2