We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96055c4 commit c692181Copy full SHA for c692181
src/MediactMagento2/ruleset.xml
@@ -35,4 +35,7 @@
35
<rule ref="Generic.CodeAnalysis.ForLoopWithTestFunctionCall.NotAllowed">
36
<exclude-pattern>*.phtml</exclude-pattern>
37
</rule>
38
+ <rule ref="PSR2.Classes.PropertyDeclaration.Underscore">
39
+ <exclude-pattern>*.phtml</exclude-pattern>
40
+ </rule>
41
</ruleset>
0 commit comments