10 lines
347 B
XML
10 lines
347 B
XML
<?xml version="1.0"?>
|
|
<ruleset name="WPLiveticker2">
|
|
<description>Derived from WordPress Coding Standard</description>
|
|
|
|
<rule ref="WordPress">
|
|
<!-- Type hint checks mess up PHP 7 checks, while this plugin has compatibility level 5.5 and above. -->
|
|
<exclude name="Squiz.Commenting.FunctionComment.ScalarTypeHintMissing"/>
|
|
</rule>
|
|
</ruleset>
|