Update ruleset.xml

This commit is contained in:
2025-09-25 14:42:19 +03:00
parent 23b3873f41
commit 4eeca92147

View File

@@ -611,6 +611,9 @@
<exclude name="Squiz.Commenting.FunctionComment.TypeHintMissing"/> <exclude name="Squiz.Commenting.FunctionComment.TypeHintMissing"/>
<exclude name="Squiz.Commenting.FunctionComment.SpacingAfterParamType"/> <exclude name="Squiz.Commenting.FunctionComment.SpacingAfterParamType"/>
<exclude name="Squiz.Commenting.FunctionComment.SpacingAfterParamName"/> <exclude name="Squiz.Commenting.FunctionComment.SpacingAfterParamName"/>
<exclude name="Squiz.WhiteSpace.ScopeClosingBrace.ContentBefore"/>
<exclude name="PEAR.WhiteSpace.ScopeClosingBrace.Line"/>
</rule> </rule>
<!-- Forbid global functions --> <!-- Forbid global functions -->