fix config

This commit is contained in:
Dennis Eichhorn 2023-09-21 02:56:49 +00:00
parent 22747dc720
commit 7a2e76b008

View File

@ -132,6 +132,7 @@
</rule>
<rule ref="Generic.WhiteSpace.DisallowTabIndent"/>
<rule ref="Generic.CodeAnalysis.UnusedFunctionParameter.FoundInExtendedClass">
<exclude-pattern>*Grammar.php</exclude-pattern><!-- Not all grammar classes/functions use the parameters -->
<severity>3</severity>
</rule>
<rule ref="PEAR.Classes.ClassDeclaration"/>