Skip to content

Commit

Permalink
Add phpcs config file
Browse files Browse the repository at this point in the history
  • Loading branch information
weeman1337 authored and MyIgel committed Nov 13, 2019
1 parent 68afc74 commit 1bc5828
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .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>

0 comments on commit 1bc5828

Please sign in to comment.