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 19a76cb commit 60bfbf1Copy full SHA for 60bfbf1
.github/phpcs-ruleset.xml
@@ -20,4 +20,11 @@
20
<exclude name="PSR12.ControlStructures.ControlStructureSpacing.LineIndent"/>
21
<exclude name="PSR12.Files.FileHeader.SpacingAfterBlock"/>
22
</rule>
23
+ <rule ref="PHPCompatibility" />
24
+ <rule ref="PHPCompatibility.FunctionNameRestrictions.ReservedFunctionNames.MethodDoubleUnderscore">
25
+ <exclude-pattern>*/Varien/Object.php*</exclude-pattern>
26
+ <exclude-pattern>*/Varien/Data/Form/Abstract.php*</exclude-pattern>
27
+ <exclude-pattern>*/Varien/Db/Tree.php*</exclude-pattern>
28
+ <exclude-pattern>*/Varien/Directory/Collection.php*</exclude-pattern>
29
+ </rule>
30
</ruleset>
0 commit comments