Skip to content

Commit 133f121

Browse files
committed
Allow abstract private
1 parent 2ddf0a7 commit 133f121

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

SandFox_PHP80/ruleset.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
<rule ref="SandFox_Base">
77
<!-- interferes with PHP 8 empty constructors -->
88
<exclude name="Squiz.WhiteSpace.ScopeClosingBrace.ContentBefore"/>
9+
<!-- interferes with abstract private being allowed in traits -->
10+
<exclude name="PHPCompatibility.Classes.ForbiddenAbstractPrivateMethods.Found"/>
911
</rule>
1012
<config name="testVersion" value="8.0-"/>
1113
</ruleset>

0 commit comments

Comments
 (0)