We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ddf0a7 commit 133f121Copy full SHA for 133f121
SandFox_PHP80/ruleset.xml
@@ -6,6 +6,8 @@
6
<rule ref="SandFox_Base">
7
<!-- interferes with PHP 8 empty constructors -->
8
<exclude name="Squiz.WhiteSpace.ScopeClosingBrace.ContentBefore"/>
9
+ <!-- interferes with abstract private being allowed in traits -->
10
+ <exclude name="PHPCompatibility.Classes.ForbiddenAbstractPrivateMethods.Found"/>
11
</rule>
12
<config name="testVersion" value="8.0-"/>
13
</ruleset>
0 commit comments