Skip to content

Commit 8d73b8d

Browse files
authored
Merge pull request #293 from jrfnl/feature/phpcs-fix-ruleset
PHPCS ruleset: remove an outdated exclusion
2 parents 6698bfb + 839c177 commit 8d73b8d

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)