Skip to content

Commit bcc3b85

Browse files
authored
Merge pull request #1592 from WordPress-Coding-Standards/feature/extra-replace-squiz-membervarscope-with-psr2-version
Extra: Replace `Squiz.Scope.MemberVarScope` with `PSR2.Classes.PropertyDeclaration`
2 parents bf22355 + c8f8c97 commit bcc3b85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WordPress-Extra/ruleset.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
<!-- Verify modifier keywords for declared methods and properties in classes.
7474
https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/issues/1101 -->
7575
<rule ref="Squiz.Scope.MethodScope"/>
76-
<rule ref="Squiz.Scope.MemberVarScope"/>
76+
<rule ref="PSR2.Classes.PropertyDeclaration"/>
7777
<rule ref="Squiz.WhiteSpace.ScopeKeywordSpacing"/>
7878
<rule ref="PSR2.Methods.MethodDeclaration"/>
7979

0 commit comments

Comments
 (0)