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"/>
<!-- checked by PSR12.ControlStructures.ControlStructureSpacing -->
<exclude name="PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace"/>
<!-- checked by Squiz.NamingConventions.ValidVariableName.NotCamelCaps -->
<exclude name="Zend.NamingConventions.ValidVariableName.NotCamelCaps"/>
<!-- checked by Zend.NamingConventions.ValidVariableName.NotCamelCaps -->
<exclude name="Squiz.NamingConventions.ValidVariableName.NotCamelCaps"/>
</rule>
@@ -34,7 +33,7 @@
<rule ref="vendor/escapestudios/symfony2-coding-standard/Symfony/ruleset.xml"><!-- relative path to your ruleset.xml -->
<!-- sniffs to exclude -->
<exclude name="Symfony.Functions.Arguments.Invalid" />
<exclude name="Symfony.NamingConventions.ValidClassName.InvalidInterfaceName" />
<exclude name="Symfony.NamingConventions.ValidClassName.InvalidTraitName" />