Allow abstract private

master 1.2021.10.23
Anton Smirnov 2021-10-23 03:01:36 +03:00
parent 2ddf0a704b
commit 133f1212aa
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@
<rule ref="SandFox_Base">
<!-- interferes with PHP 8 empty constructors -->
<exclude name="Squiz.WhiteSpace.ScopeClosingBrace.ContentBefore"/>
<!-- interferes with abstract private being allowed in traits -->
<exclude name="PHPCompatibility.Classes.ForbiddenAbstractPrivateMethods.Found"/>
</rule>
<config name="testVersion" value="8.0-"/>
</ruleset>