mirror of
https://github.com/Aviortheking/DeltaCMS.git
synced 2025-06-21 12:59:18 +00:00
Reworked most file to respect PSR-2
This commit is contained in:
6
.phpcs.xml
Normal file
6
.phpcs.xml
Normal 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>
|
Reference in New Issue
Block a user