Skip to content

Commit 839c177

Browse files
committed
PHPCS ruleset: remove an outdated exclusion
The `SlevomatCodingStandard.Classes.UnusedPrivateElements` sniff has been removed from Slevomat.
1 parent ffff80c commit 839c177

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

phpcs.xml.dist

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,4 @@
2222
<rule ref="SlevomatCodingStandard.Classes.SuperfluousAbstractClassNaming.SuperfluousPrefix">
2323
<exclude-pattern>*/src/*/Abstract*\.php</exclude-pattern>
2424
</rule>
25-
26-
<rule ref="SlevomatCodingStandard.Classes.UnusedPrivateElements.UnusedMethod">
27-
<exclude-pattern>*/src/DocBlock/Tags/InvalidTag\.php</exclude-pattern>
28-
</rule>
2925
</ruleset>

0 commit comments

Comments
 (0)