Update ruleset.xml

This commit is contained in:
2025-08-29 08:17:02 +03:00
parent 43869950bb
commit 8411f34823

View File

@@ -24,9 +24,8 @@
<exclude name="PSR12.Functions.NullableTypeDeclaration.WhitespaceFound"/> <exclude name="PSR12.Functions.NullableTypeDeclaration.WhitespaceFound"/>
<!-- checked by PSR12.ControlStructures.ControlStructureSpacing --> <!-- checked by PSR12.ControlStructures.ControlStructureSpacing -->
<exclude name="PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace"/> <exclude name="PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace"/>
<!-- checked by Squiz.NamingConventions.ValidVariableName.NotCamelCaps --> <!-- checked by Zend.NamingConventions.ValidVariableName.NotCamelCaps -->
<exclude name="Squiz.NamingConventions.ValidVariableName.NotCamelCaps"/>
<exclude name="Zend.NamingConventions.ValidVariableName.NotCamelCaps"/>
</rule> </rule>