We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4691601 + cb23b95 commit a3f6b84Copy full SHA for a3f6b84
Magento2/ruleset.xml
@@ -766,6 +766,7 @@
766
<exclude name="PHPCompatibility.Classes.ForbiddenAbstractPrivateMethods.Found" />
767
<!-- Following sniffs have an equivalent in PHPCS -->
768
<exclude name="PHPCompatibility.Syntax.ForbiddenCallTimePassByReference" />
769
+ <exclude name="PHPCompatibility.Keywords.ForbiddenNamesAsDeclared" />
770
<!-- Check for cross-version support for stated PHP version and higher. -->
771
<config name="testVersion" value="7.4-"/>
772
</rule>
0 commit comments