Skip to content

Commit a3f6b84

Browse files
Merge pull request #150 from magento-commerce/imported-eliseacornejo-magento-coding-standard-365
[Imported] AC-1895: Exclude sniff that is duplicated
2 parents 4691601 + cb23b95 commit a3f6b84

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)