We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4691601 commit cb23b95Copy full SHA for cb23b95
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