Skip to content

Commit e02b49b

Browse files
committed
Replace removed sniff Symfony.Scope.MethodScope by Squiz.Scope.MethodScope
1 parent 118491d commit e02b49b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LEVIY/ruleset.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
<exclude name="Symfony.NamingConventions.ValidClassName.InvalidExceptionName"/>
176176
</rule>
177177
<rule ref="Symfony.Objects.ObjectInstantiation"/>
178-
<rule ref="Symfony.Scope.MethodScope"/>
178+
<rule ref="Squiz.Scope.MethodScope"/>
179179
<rule ref="Symfony.Whitespace.AssignmentSpacing"/>
180180
<rule ref="Symfony.Whitespace.BinaryOperatorSpacing"/>
181181
<rule ref="Symfony.Whitespace.CommaSpacing"/>

0 commit comments

Comments
 (0)