Reworked most file to respect PSR-2

This commit is contained in:
2019-03-29 00:10:10 +01:00
parent fb3249fa74
commit 5d522a2064
13 changed files with 394 additions and 132 deletions

6
.phpcs.xml Normal file
View File

@ -0,0 +1,6 @@
<ruleset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="PSR2" xsi:noNamespaceSchemaLocation="../../../phpcs.xsd">
<description>The PSR-2 coding standard.</description>
<arg name="tab-width" value="4"/>
<rule ref="PSR1"/>
<rule ref="PSR2"/>
</ruleset>