8000 Use Squiz.Scope.MethodScope instead of homegrown one (#160) · djoos/Symfony-coding-standard@9c444fd · GitHub
[go: up one dir, main page]

Skip to content

Commit 9c444fd

Browse files
mmolldjoos
authored andcommitted
Use Squiz.Scope.MethodScope instead of homegrown one (#160)
1 parent 9b044c5 commit 9c444fd

File tree

2 files changed

+1
-92
lines changed

2 files changed

+1
-92
lines changed

Symfony/Sniffs/Scope/MethodScopeSniff.php

Lines changed: 0 additions & 92 deletions
This file was deleted.

Symfony/ruleset.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
<rule ref="Squiz.ControlStructures.LowercaseDeclaration"/>
3434
<rule ref="Squiz.PHP.LowercasePHPFunctions"/>
3535
<rule ref="Squiz.Scope.MemberVarScope"/>
36+
<rule ref="Squiz.Scope.MethodScope"/>
3637
<rule ref="Squiz.Strings.ConcatenationSpacing">
3738
<properties>
3839
<property name="ignoreNewlines" value="true"/>

0 commit comments

Comments
 (0)
0