summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Weimann <mail@michael-weimann.eu>2019-11-12 22:24:06 +0100
committerIgor Scheller <igor.scheller@igorshp.de>2019-11-13 01:07:02 +0100
commit1bc5828c193fd906ab7d26e3a7e1494e309d65a3 (patch)
treeabf97668368db9c21d3e8f32fad695cc709f2c2f
parent68afc74b03f83bb072944911c15af60433280ace (diff)
Add phpcs config file
-rw-r--r--.phpcs.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.phpcs.xml b/.phpcs.xml
new file mode 100644
index 00000000..d1457875
--- /dev/null
+++ b/.phpcs.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0"?>
+<ruleset>
+ <description>Engelsystem PHP coding standard</description>
+
+ <file>config</file>
+ <file>db</file>
+ <file>public/index.php</file>
+ <file>src</file>
+ <file>tests</file>
+
+ <rule ref="PSR12" />
+</ruleset>