Skip to content

Commit cb23b95

Browse files
committed
AC-1895: Exclude sniff that is duplicated
1 parent 4691601 commit cb23b95

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Magento2/ruleset.xml

+1
Original file line numberDiff line numberDiff line change
@@ -766,6 +766,7 @@
766766
<exclude name="PHPCompatibility.Classes.ForbiddenAbstractPrivateMethods.Found" />
767767
<!-- Following sniffs have an equivalent in PHPCS -->
768768
<exclude name="PHPCompatibility.Syntax.ForbiddenCallTimePassByReference" />
769+
<exclude name="PHPCompatibility.Keywords.ForbiddenNamesAsDeclared" />
769770
<!-- Check for cross-version support for stated PHP version and higher. -->
770771
<config name="testVersion" value="7.4-"/>
771772
</rule>

0 commit comments

Comments
 (0)