PHPCS ruleset: remove an outdated exclusion

The `SlevomatCodingStandard.Classes.UnusedPrivateElements` sniff has been removed from Slevomat.
This commit is contained in:
jrfnl
2021-08-08 21:59:12 +02:00
parent ffff80c1a6
commit 839c177147
-4
View File
@@ -22,8 +22,4 @@
<rule ref="SlevomatCodingStandard.Classes.SuperfluousAbstractClassNaming.SuperfluousPrefix"> <rule ref="SlevomatCodingStandard.Classes.SuperfluousAbstractClassNaming.SuperfluousPrefix">
<exclude-pattern>*/src/*/Abstract*\.php</exclude-pattern> <exclude-pattern>*/src/*/Abstract*\.php</exclude-pattern>
</rule> </rule>
<rule ref="SlevomatCodingStandard.Classes.UnusedPrivateElements.UnusedMethod">
<exclude-pattern>*/src/DocBlock/Tags/InvalidTag\.php</exclude-pattern>
</rule>
</ruleset> </ruleset>