Update ruleset.xml

This commit is contained in:
2025-08-09 11:32:11 +03:00
parent 37d29cc562
commit 76794e4d49

View File

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