11 lines
339 B
XML
11 lines
339 B
XML
<?xml version="1.0"?>
|
|
<ruleset name="CustomSniffs">
|
|
<description>Custom coding standard for namespace matching.</description>
|
|
|
|
<!-- Include your custom sniff -->
|
|
<rule ref="CustomSniffs\Sniffs\NamespaceSniff"/>
|
|
|
|
<!-- Optionally, specify the standard or other sniffs to include -->
|
|
<rule ref="PSR2"/>
|
|
</ruleset>
|