Add phpcs config file

This commit is contained in:
Michael Weimann 2019-11-12 22:24:06 +01:00 committed by Igor Scheller
parent 68afc74b03
commit 1bc5828c19
1 changed files with 12 additions and 0 deletions

12
.phpcs.xml Normal file
View File

@ -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>