mirror of
https://github.com/ivuorinen/business-data-fetcher.git
synced 2026-01-26 11:14:10 +00:00
9 lines
245 B
XML
9 lines
245 B
XML
<?xml version="1.0"?>
|
|
<ruleset name="PHP_CodeSniffer">
|
|
<description>PSR12</description>
|
|
<rule ref="PSR12">
|
|
<exclude name="Generic.WhiteSpace.DisallowTabIndent"/>
|
|
<exclude name="PSR12.Operators.OperatorSpacing"/>
|
|
</rule>
|
|
</ruleset>
|