Add phpcs config file
This commit is contained in:
parent
68afc74b03
commit
1bc5828c19
|
@ -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>
|
Loading…
Reference in New Issue